Uses of Class
ChartDirector.PlotArea

Uses of PlotArea in ChartDirector
 

Methods in ChartDirector that return PlotArea
 PlotArea XYChart.getPlotArea()
           
 PlotArea XYChart.setPlotArea(int x, int y, int width, int height)
           
 PlotArea XYChart.setPlotArea(int x, int y, int width, int height, int bgColor)
           
 PlotArea XYChart.setPlotArea(int x, int y, int width, int height, int bgColor, int altBgColor)
           
 PlotArea XYChart.setPlotArea(int x, int y, int width, int height, int bgColor, int altBgColor, int edgeColor)
           
 PlotArea XYChart.setPlotArea(int x, int y, int width, int height, int bgColor, int altBgColor, int edgeColor, int hGridColor)
           
 PlotArea XYChart.setPlotArea(int x, int y, int width, int height, int bgColor, int altBgColor, int edgeColor, int hGridColor, int vGridColor)