|
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.PlotAreaElement
public abstract class PlotAreaElement
Base class from which series and series element are derived.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
| Constructor Summary | |
|---|---|
PlotAreaElement()
|
|
| Method Summary | |
|---|---|
Legend |
getLegend()
Gets the Legend object of the plot area element. |
PlotArea |
getPlotArea()
Gets the PlotArea object of the plot area element. |
void |
setLegend(Legend legend)
Sets the Legend object of the plot area element. |
void |
setPlotArea(PlotArea plotArea)
Sets the PlotArea object of the plot area element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlotAreaElement()
| Method Detail |
|---|
public Legend getLegend()
Legend object of the plot area element.
Legendpublic void setLegend(Legend legend)
Legend object of the plot area element.
legend - to set the legend object in the plotarea.Legendpublic PlotArea getPlotArea()
PlotArea object of the plot area element.
PlotAreapublic void setPlotArea(PlotArea plotArea)
PlotArea object of the plot area element.
plotArea - object of the plot area element.PlotArea
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||