| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.charting.PlotArea
public class PlotArea
This can be used to place plot area on the chart.
Licensing:
This is a DynamicPDF Generator Enterprise
 Edition feature. One of the following licenses is required for non-evaluation usage:
 
| Method Summary | |
|---|---|
|  void | draw(PageWriter writer)Draws the plot area to the given PageWriterobject. | 
|  Color | getBackgroundColor()Gets the Colorobject to use for the background of the plot area. | 
|  TitleList | getBottomTitles()Gets the Titleobject to use for the bottom title of the plot area. | 
|  Chart | getChart()Gets the Chartobject of the plot area. | 
|  boolean | getClipToPlotArea()Gets the boolean value specifying whether to clip data or not.By default its true. | 
|  float | getHeight()Gets the height of the plot area. | 
|  SeriesList | getSeries()Gets the SeriesListobject contained in the plot area. | 
|  TitleList | getTopTitles()Gets the Titleobject to use for the top title of the plot area. | 
|  float | getWidth()Gets the width of the plot area. | 
|  float | getX()Gets the x coordinate of the plot area. | 
|  XAxisList | getXAxes()Gets the XAxesListobject contained in the plot area. | 
|  float | getY()Gets the y coordinate of the plot area. | 
|  YAxisList | getYAxes()Gets the YAxesListobject contained in the plot area. | 
|  void | setBackgroundColor(Color color)Sets the Colorobject to use for the background of the plot area. | 
|  void | setClipToPlotArea(boolean value)Sets the boolean value specifying whether to clip data or not. | 
|  void | setHeight(float height)Sets the height of the plot area. | 
|  void | setWidth(float width)Sets the width of the plot area. | 
|  void | setX(float x)Sets the x coordinate of the plot area. | 
|  void | setY(float y)Sets the y coordinate of the plot area. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public float getX()
public void setX(float x)
x - the float used to set X coordinate of the plot area.public float getY()
public void setY(float y)
y - the float used to set Y coordinate of the plot area.public float getWidth()
public void setWidth(float width)
width - the float used to set width of plot area.public float getHeight()
public void setHeight(float height)
height - the float used to set height of plot area.public SeriesList getSeries()
SeriesList object contained in the plot area.
SeriesListpublic XAxisList getXAxes()
XAxesList object contained in the plot area.
XAxisListpublic YAxisList getYAxes()
YAxesList object contained in the plot area.
YAxisListpublic Chart getChart()
Chart object of the plot area.
Chart object.Chartpublic Color getBackgroundColor()
Color object to use for the background of the plot area.
Colorpublic void setBackgroundColor(Color color)
Color object to use for the background of the plot area.
color - Color object used to set the background of the plotarea.Colorpublic TitleList getTopTitles()
Title object to use for the top title of the plot area.
Titlepublic TitleList getBottomTitles()
Title object to use for the bottom title of the plot area.
Titlepublic boolean getClipToPlotArea()
public void setClipToPlotArea(boolean value)
value - boolean value specifying whether to clip data or not.public void draw(PageWriter writer)
PageWriter object.
writer - PageWriter object to receive the plot area's output.PageWriter| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||