Uses of Class
com.quinncurtis.chart3djava.ChartRectangle2D

Uses of ChartRectangle2D in com.quinncurtis.chart3djava
 

Methods in com.quinncurtis.chart3djava that return ChartRectangle2D
 ChartRectangle2D ChartPrint.getPrintRect()
          This methods returns the output rectangle of the printed page, valid only when the PRT_RECT mapping mode is selected
 

Methods in com.quinncurtis.chart3djava with parameters of type ChartRectangle2D
 void ChartPrint.setPrintRect(ChartRectangle2D rect)
          This methods sets the output rectangle of the printed page that is used when the PRT_RECT mapping mode is selected
 

Constructors in com.quinncurtis.chart3djava with parameters of type ChartRectangle2D
ChartRectangle2D(ChartRectangle2D r)
          This constructor creates an ChartRectangle2D object based on the properties of a ChartRectangle2D object.