DynamicPDF by ceTe Software

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

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.Stacked100PercentSeriesElement
                  extended by com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentLineSeriesElement
Direct Known Subclasses:
DateTime100PercentStackedLineSeriesElement, Indexed100PercentStackedLineSeriesElement

public class Stacked100PercentLineSeriesElement
extends Stacked100PercentSeriesElement

Represents an individual item in the 100% stacked line series.

Licensing:
This is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 PercentageDataLabel getDataLabel()
          Gets the PercentageDataLabel object to use for the DataLabel of the stacked 100Percent series element.
 LineCap getLineCap()
          Gets the LineCap of the 100% stacked line series element
 LineJoin getLineJoin()
          Gets the LineJoin of the 100% stacked line series element
 LineStyle getLineStyle()
          Gets the LineStyle of the 100% stacked line series element
 Marker getMarker()
          Gets the Marker of the 100% stacked line series element
 float getWidth()
          Gets the lineWidth of the 100% stacked line series element
 void setDataLabel(PercentageDataLabel dataLabel)
          Sets the PercentageDataLabel object to use for the DataLabel of the stacked 100Percent series element.
 void setLineCap(LineCap lineCap)
          Sets the LineCap of the stackedLineSeriesElement.
 void setLineJoin(LineJoin lineJoin)
          Sets the LineJoin of the 100% stacked line series element
 void setLineStyle(LineStyle lineStyle)
          Sets the LineStyle of the 100% stacked line series element
 void setMarker(Marker marker)
          Sets the Marker of the 100% stacked line series element
 void setWidth(float width)
          Sets the lineWidth of the stackedLineSeriesElement.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentSeriesElement
getPercentageFormat, setPercentageFormat
 
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 100% stacked line series element

Parameters:
marker - The marker of the 100% stacked line series element
See Also:
Marker

getMarker

public Marker getMarker()
Gets the Marker of the 100% stacked line series element

Returns:
marker of the 100% stacked line series element
See Also:
Marker

getDataLabel

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

Returns:
PercentageDataLabel The DataLabel of the stacked 100Percent series element.

setDataLabel

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

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

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 100% stacked line series element

Returns:
lineCap of the 100% stacked line series element
See Also:
LineCap

setLineJoin

public void setLineJoin(LineJoin lineJoin)
Sets the LineJoin of the 100% stacked line series element

Parameters:
lineJoin - The lineJoin of the 100% stacked line series element
See Also:
LineJoin

getLineJoin

public LineJoin getLineJoin()
Gets the LineJoin of the 100% stacked line series element

Returns:
lineJoin of the 100% stacked line series element
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 100% stacked line series element

Returns:
lineWidth of the 100% stacked line series element

setLineStyle

public void setLineStyle(LineStyle lineStyle)
Sets the LineStyle of the 100% stacked line series element

Parameters:
lineStyle - The lineStyle of the 100% stacked line series element
See Also:
LineStyle

getLineStyle

public LineStyle getLineStyle()
Gets the LineStyle of the 100% stacked line series element

Returns:
lineStyle of the 100% stacked line series element
See Also:
LineStyle

DynamicPDF by ceTe Software

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