DynamicPDF by ceTe Software

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

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

public class IndexedStackedColumnSeriesElement
extends StackedColumnSeriesElement

Represents an individual item in the stacked column series element with indexed axis. View Example


Constructor Summary
IndexedStackedColumnSeriesElement(java.lang.String name)
          Initializes a new instance of the IndexedStackedColumnSeriesElement class.
IndexedStackedColumnSeriesElement(java.lang.String name, Color color)
          Initializes a new instance of the IndexedStackedColumnSeriesElement class.
IndexedStackedColumnSeriesElement(java.lang.String name, Color color, float borderWidth)
          Initializes a new instance of the IndexedStackedColumnSeriesElement class.
IndexedStackedColumnSeriesElement(java.lang.String name, Color color, float borderWidth, Color borderColor)
          Initializes a new instance of the IndexedStackedColumnSeriesElement class.
IndexedStackedColumnSeriesElement(java.lang.String name, Color color, float borderWidth, Color borderColor, Legend legend)
          Initializes a new instance of the IndexedStackedColumnSeriesElement class.
IndexedStackedColumnSeriesElement(java.lang.String name, Color color, Legend legend)
          Initializes a new instance of the IndexedStackedColumnSeriesElement class.
IndexedStackedColumnSeriesElement(java.lang.String name, float borderWidth, Color borderColor)
          Initializes a new instance of the IndexedStackedColumnSeriesElement class.
 
Method Summary
 IndexedStackedColumnValueList getValues()
          Gets the IndexedStackedColumnValueList object contained in the stacked column series element with indexed axis.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.StackedColumnSeriesElement
getBorderColor, getBorderWidth, getDataLabel, setBorderColor, setBorderWidth, setDataLabel
 
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

IndexedStackedColumnSeriesElement

public IndexedStackedColumnSeriesElement(java.lang.String name)
Initializes a new instance of the IndexedStackedColumnSeriesElement class.

Parameters:
name - Name of the stacked column series element with indexed axis.

IndexedStackedColumnSeriesElement

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

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

IndexedStackedColumnSeriesElement

public IndexedStackedColumnSeriesElement(java.lang.String name,
                                         Color color,
                                         Legend legend)
Initializes a new instance of the IndexedStackedColumnSeriesElement class.

Parameters:
name - Name of the stacked column series element with indexed axis.
color - Color of stacked column series element with indexed axis.
legend - Legend of the stacked column series element with indexed axis.
See Also:
Legend

IndexedStackedColumnSeriesElement

public IndexedStackedColumnSeriesElement(java.lang.String name,
                                         Color color,
                                         float borderWidth)
Initializes a new instance of the IndexedStackedColumnSeriesElement class.

Parameters:
name - Name of the stacked column series element with indexed axis.
color - Color of the stacked column series element with indexed axis.
borderWidth - Border width of the stacked column series element with indexed axis.

IndexedStackedColumnSeriesElement

public IndexedStackedColumnSeriesElement(java.lang.String name,
                                         float borderWidth,
                                         Color borderColor)
Initializes a new instance of the IndexedStackedColumnSeriesElement class.

Parameters:
name - Name of the stacked column series element with indexed axis.
borderWidth - Border width of the stacked column series element with indexed axis.
borderColor - Border Color of the stacked column series element with indexed axis.

IndexedStackedColumnSeriesElement

public IndexedStackedColumnSeriesElement(java.lang.String name,
                                         Color color,
                                         float borderWidth,
                                         Color borderColor)
Initializes a new instance of the IndexedStackedColumnSeriesElement class.

Parameters:
name - Name of the stacked column series element with indexed axis.
color - Color of the stacked column series element with indexed axis.
borderWidth - Border width of the stacked column series element with indexed axis.
borderColor - Border Color of the stacked column series element with indexed axis.

IndexedStackedColumnSeriesElement

public IndexedStackedColumnSeriesElement(java.lang.String name,
                                         Color color,
                                         float borderWidth,
                                         Color borderColor,
                                         Legend legend)
Initializes a new instance of the IndexedStackedColumnSeriesElement class.

Parameters:
name - Name of the stacked column series element with indexed axis.
color - Color of the stacked column series element with indexed axis.
borderWidth - Border width of the stacked column series element with indexed axis.
borderColor - Border Color of the stacked column series element with indexed axis.
legend - Legend of the stacked column series element with indexed axis.
See Also:
Legend
Method Detail

getValues

public IndexedStackedColumnValueList getValues()
Gets the IndexedStackedColumnValueList object contained in the stacked column series element with indexed axis.

Returns:
the value list.
See Also:
IndexedStackedColumnValueList

DynamicPDF by ceTe Software

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