DynamicPDF by ceTe Software

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

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
                      extended by com.cete.dynamicpdf.pageelements.charting.series.Indexed100PercentStackedLineSeriesElement

public class Indexed100PercentStackedLineSeriesElement
extends Stacked100PercentLineSeriesElement

Represents an individual item in the 100% stacked line series element with indexed axis.

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

View Example


Constructor Summary
Indexed100PercentStackedLineSeriesElement(java.lang.String name)
          Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.
Indexed100PercentStackedLineSeriesElement(java.lang.String name, Color color)
          Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.
Indexed100PercentStackedLineSeriesElement(java.lang.String name, Color color, float lineWidth)
          Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.
Indexed100PercentStackedLineSeriesElement(java.lang.String name, Color color, float lineWidth, LineStyle style)
          Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.
Indexed100PercentStackedLineSeriesElement(java.lang.String name, Color color, float lineWidth, LineStyle style, Legend legend)
          Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.
Indexed100PercentStackedLineSeriesElement(java.lang.String name, Color color, float lineWidth, LineStyle style, Marker marker)
          Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.
Indexed100PercentStackedLineSeriesElement(java.lang.String name, float lineWidth, LineStyle style, Color color, Marker marker, Legend legend)
          Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.
 
Method Summary
 Indexed100PercentStackedLineValueList getValues()
          Gets the Indexed100PercentStackedLineValueList object contained in the indexed100PercentStackedLineSeriesElement.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentLineSeriesElement
getDataLabel, getLineCap, getLineJoin, getLineStyle, getMarker, getWidth, setDataLabel, setLineCap, setLineJoin, setLineStyle, setMarker, setWidth
 
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
 

Constructor Detail

Indexed100PercentStackedLineSeriesElement

public Indexed100PercentStackedLineSeriesElement(java.lang.String name)
Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.

Parameters:
name - Name of the 100% stacked line series element with indexed axis.

Indexed100PercentStackedLineSeriesElement

public Indexed100PercentStackedLineSeriesElement(java.lang.String name,
                                                 Color color)
Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.

Parameters:
name - Name of the 100% stacked line series element with indexed axis.
color - Color of the 100% stacked line series element with indexed axis.

Indexed100PercentStackedLineSeriesElement

public Indexed100PercentStackedLineSeriesElement(java.lang.String name,
                                                 Color color,
                                                 float lineWidth)
Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.

Parameters:
name - Name of the 100% stacked line series element with indexed axis.
color - Color of the 100% stacked line series element with indexed axis.
lineWidth - line width of the 100% stacked line series element with indexed axis.

Indexed100PercentStackedLineSeriesElement

public Indexed100PercentStackedLineSeriesElement(java.lang.String name,
                                                 Color color,
                                                 float lineWidth,
                                                 LineStyle style)
Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.

Parameters:
name - Name of the 100% stacked line series element with indexed axis.
color - Color of the 100% stacked line series element with indexed axis.
lineWidth - line width of the 100% stacked line series element with indexed axis.
style - LineStyle of the 100% stacked line series element with indexed axis.
See Also:
LineStyle

Indexed100PercentStackedLineSeriesElement

public Indexed100PercentStackedLineSeriesElement(java.lang.String name,
                                                 Color color,
                                                 float lineWidth,
                                                 LineStyle style,
                                                 Legend legend)
Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.

Parameters:
name - Name of the 100% stacked line series element with indexed axis.
color - Color of the 100% stacked line series element with indexed axis.
lineWidth - line width of the 100% stacked line series element with indexed axis.
style - LineStyle of the 100% stacked line series element with indexed axis.
legend - Legend of the 100% stacked line series element with indexed axis.
See Also:
Legend, LineStyle

Indexed100PercentStackedLineSeriesElement

public Indexed100PercentStackedLineSeriesElement(java.lang.String name,
                                                 Color color,
                                                 float lineWidth,
                                                 LineStyle style,
                                                 Marker marker)
Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.

Parameters:
name - Name of the 100% stacked line series element with indexed axis.
color - Color of the 100% stacked line series element with indexed axis.
lineWidth - line width of the 100% stacked line series element with indexed axis.
style - LineStyle of the 100% stacked line series element with indexed axis.
marker - Marker of the 100% stacked line series element with indexed axis.
See Also:
Marker, LineStyle

Indexed100PercentStackedLineSeriesElement

public Indexed100PercentStackedLineSeriesElement(java.lang.String name,
                                                 float lineWidth,
                                                 LineStyle style,
                                                 Color color,
                                                 Marker marker,
                                                 Legend legend)
Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.

Parameters:
name - Name of the 100% stacked line series element with indexed axis.
lineWidth - line width of the 100% stacked line series element with indexed axis.
style - LineStyle of the 100% stacked line series element with indexed axis.
color - Color of the 100% stacked line series element with indexed axis.
marker - Marker of the indexed 100% stacked line series element with indexed axis.
legend - Legend of the 100% stacked line series element with indexed axis.
See Also:
Legend, Marker, LineStyle
Method Detail

getValues

public Indexed100PercentStackedLineValueList getValues()
Gets the Indexed100PercentStackedLineValueList object contained in the indexed100PercentStackedLineSeriesElement.

Returns:
Indexed100PercentStackedLineValueList of the 100% stacked line series element with indexed axis.
See Also:
Indexed100PercentStackedLineValueList

DynamicPDF by ceTe Software

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