|
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.PlotAreaElement com.cete.dynamicpdf.pageelements.charting.series.SeriesElement
public abstract class SeriesElement
Base class from which series elements are derived.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
Color |
getColor()
Gets the Color object to use for the color of the series element. |
LegendLabel |
getLegendLabel()
Gets the LegendLabel of series element. |
java.lang.String |
getName()
Gets the name of series element. |
void |
setColor(Color color)
Sets the Color object to use for the color of the series element. |
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.PlotAreaElement |
---|
getLegend, getPlotArea, setLegend, setPlotArea |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Color getColor()
Color
object to use for the color of the series element.
Color
public void setColor(Color color)
Color
object to use for the color of the series element.
color
- Color object to set the color of the series element.Color
public java.lang.String getName()
public LegendLabel getLegendLabel()
LegendLabel
of series element.
LegendLabel
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |