DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting
Class PlotAreaElement

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.PlotAreaElement
Direct Known Subclasses:
SeriesBase, SeriesElement

public abstract class PlotAreaElement
extends java.lang.Object

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

PlotAreaElement

public PlotAreaElement()
Method Detail

getLegend

public Legend getLegend()
Gets the Legend object of the plot area element.

Returns:
the legend of the plot area element.
See Also:
Legend

setLegend

public void setLegend(Legend legend)
Sets the Legend object of the plot area element.

Parameters:
legend - to set the legend object in the plotarea.
See Also:
Legend

getPlotArea

public PlotArea getPlotArea()
Gets the PlotArea object of the plot area element.

Returns:
the plot area of the series.
See Also:
PlotArea

setPlotArea

public void setPlotArea(PlotArea plotArea)
Sets the PlotArea object of the plot area element.

Parameters:
plotArea - object of the plot area element.
See Also:
PlotArea

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software