|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 PageWriter object. |
Color |
getBackgroundColor()
Gets the Color object to use for the background of the plot area. |
TitleList |
getBottomTitles()
Gets the Title object to use for the bottom title of the plot area. |
Chart |
getChart()
Gets the Chart object 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 SeriesList object contained in the plot area. |
TitleList |
getTopTitles()
Gets the Title object 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 XAxesList object contained in the plot area. |
float |
getY()
Gets the y coordinate of the plot area. |
YAxisList |
getYAxes()
Gets the YAxesList object contained in the plot area. |
void |
setBackgroundColor(Color color)
Sets the Color object 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.
SeriesList
public XAxisList getXAxes()
XAxesList
object contained in the plot area.
XAxisList
public YAxisList getYAxes()
YAxesList
object contained in the plot area.
YAxisList
public Chart getChart()
Chart
object of the plot area.
Chart
object.Chart
public Color getBackgroundColor()
Color
object to use for the background of the plot area.
Color
public 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.Color
public TitleList getTopTitles()
Title
object to use for the top title of the plot area.
Title
public TitleList getBottomTitles()
Title
object to use for the bottom title of the plot area.
Title
public 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 |