DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting.series
Class SeriesElement

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

public abstract class SeriesElement
extends PlotAreaElement

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

getColor

public Color getColor()
Gets the Color object to use for the color of the series element.

Returns:
the color of the series element.
See Also:
Color

setColor

public void setColor(Color color)
Sets the Color object to use for the color of the series element.

Parameters:
color - Color object to set the color of the series element.
See Also:
Color

getName

public java.lang.String getName()
Gets the name of series element.

Returns:
the name of the series element.

getLegendLabel

public LegendLabel getLegendLabel()
Gets the LegendLabel of series element.

Returns:
the legend label of the series element.
See Also:
LegendLabel

DynamicPDF by ceTe Software

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