DynamicPDF by ceTe Software

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

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

public abstract class StackedLineSeriesElement
extends StackedSeriesElement

Base class from which date-time and indexed stacked line 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
 ValuePositionDataLabel getDataLabel()
          Gets the ValuePositionDataLabel object to use for the DataLabel of the stacked series element.
 LineCap getLineCap()
          Gets the LineCap of the stackedLineSeriesElement.
 LineJoin getLineJoin()
          Gets the LineJoin of the stackedLineSeriesElement.
 LineStyle getLineStyle()
          Gets the LineStyle of the stackedLineSeriesElement.
 Marker getMarker()
          Gets the Marker of the stackedLineSeriesElement.
 float getWidth()
          Gets the lineWidth of the stackedLineSeriesElement.
 void setDataLabel(ValuePositionDataLabel dataLabel)
          Sets the ValuePositionDataLabel object to use for the DataLabel of the stacked series element.
 void setLineCap(LineCap lineCap)
          Sets the LineCap of the stackedLineSeriesElement.
 void setLineJoin(LineJoin lineJoin)
          Sets the LineJoin of the stackedLineSeriesElement.
 void setLineStyle(LineStyle lineStyle)
          Sets the LineStyle of the stackedLineSeriesElement.
 void setMarker(Marker marker)
          Sets the Marker of the stackedLineSeriesElement.
 void setWidth(float width)
          Sets the lineWidth of the stackedLineSeriesElement.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElementBase
getValueFormat, setValueFormat
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.SeriesElement
getColor, getLegendLabel, getName, setColor
 
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

setMarker

public void setMarker(Marker marker)
Sets the Marker of the stackedLineSeriesElement.

Parameters:
marker - The marker of the stackedLineSeriesElement.
See Also:
Marker

getMarker

public Marker getMarker()
Gets the Marker of the stackedLineSeriesElement.

Returns:
marker of the stackedLineSeriesElement.
See Also:
Marker

setLineCap

public void setLineCap(LineCap lineCap)
Sets the LineCap of the stackedLineSeriesElement.

Parameters:
lineCap - The Linecap of the stackedLineSeriesElement.
See Also:
LineCap

getLineCap

public LineCap getLineCap()
Gets the LineCap of the stackedLineSeriesElement.

Returns:
lineCap of the stackedLineSeriesElement.
See Also:
LineCap

setLineJoin

public void setLineJoin(LineJoin lineJoin)
Sets the LineJoin of the stackedLineSeriesElement.

Parameters:
lineJoin - The lineJoin of the stackedLineSeriesElement.
See Also:
LineJoin

getLineJoin

public LineJoin getLineJoin()
Gets the LineJoin of the stackedLineSeriesElement.

Returns:
lineJoin of the stackedLineSeriesElement.
See Also:
LineJoin

setWidth

public void setWidth(float width)
Sets the lineWidth of the stackedLineSeriesElement.

Parameters:
width - The lineWidth of the stackedLineSeriesElement.

getWidth

public float getWidth()
Gets the lineWidth of the stackedLineSeriesElement.

Returns:
lineWidth of the stackedLineSeriesElement.

setLineStyle

public void setLineStyle(LineStyle lineStyle)
Sets the LineStyle of the stackedLineSeriesElement.

Parameters:
lineStyle - The lineStyle of the stackedLineSeriesElement.
See Also:
LineStyle

getLineStyle

public LineStyle getLineStyle()
Gets the LineStyle of the stackedLineSeriesElement.

Returns:
lineStyle of the stackedLineSeriesElement.
See Also:
LineStyle

getDataLabel

public ValuePositionDataLabel getDataLabel()
Gets the ValuePositionDataLabel object to use for the DataLabel of the stacked series element. This is the default data label for the series element.

Returns:
ValuePositionDataLabel The DataLabel of the stacked series element.

setDataLabel

public void setDataLabel(ValuePositionDataLabel dataLabel)
Sets the ValuePositionDataLabel object to use for the DataLabel of the stacked series element. This is the default data label for the series element.

Parameters:
dataLabel - The DataLabel of the stacked series element.

DynamicPDF by ceTe Software

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