Uses of Class
ChartDirector.DrawArea

Uses of DrawArea in ChartDirector
 

Methods in ChartDirector that return DrawArea
 DrawArea BaseChart.getDrawArea()
           
 DrawArea BaseChart.initDynamicLayer()
           
 DrawArea BaseChart.makeChart()
           
 DrawArea BaseChart.makeChart3()
           
 

Methods in ChartDirector with parameters of type DrawArea
 void PolarLayer.setDataSymbol(DrawArea image)
           
 void PolarLayer.setDataSymbol3(DrawArea image)
           
 void DrawArea.clone(DrawArea d, int x, int y, int align, int newWidth, int newHeight, int ft, double blur)
           
 void DrawArea.clone(DrawArea d, int x, int y, int align, int newWidth, int newHeight, int ft)
           
 void DrawArea.clone(DrawArea d, int x, int y, int align, int newWidth, int newHeight)
           
 void DrawArea.clone(DrawArea d, int x, int y, int align, int newWidth)
           
 void DrawArea.clone(DrawArea d, int x, int y, int align)
           
 void DrawArea.merge(DrawArea d, int x, int y, int align, int transparency)
           
 void DrawArea.tile(DrawArea d, int transparency)
           
 void DataSet.setDataSymbol(DrawArea image)
           
 void DataSet.setDataSymbol3(DrawArea image)
           
 void LegendBox.addKey(java.lang.String text, int color, int lineWidth, DrawArea symbol)
           
 void LegendBox.addKey(int pos, java.lang.String text, int color, int lineWidth, DrawArea symbol)
           
 void LegendBox.addKey2(int pos, java.lang.String text, int color, int lineWidth, DrawArea symbol)
           
 void ThreeDScatterGroup.setDataSymbol(DrawArea image)
           
 void ThreeDScatterGroup.setDataSymbol3(DrawArea image)