DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.PlotAreaElement
      extended by com.cete.dynamicpdf.pageelements.charting.SeriesBase
          extended by com.cete.dynamicpdf.pageelements.charting.series.XYSeries
              extended by com.cete.dynamicpdf.pageelements.charting.series.StackedSeries
                  extended by com.cete.dynamicpdf.pageelements.charting.series.StackedBarSeries
                      extended by com.cete.dynamicpdf.pageelements.charting.series.IndexedStackedBarSeries

public class IndexedStackedBarSeries
extends StackedBarSeries

Represents a stacked bar series 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
IndexedStackedBarSeries()
          Initializes a new instance of IndexedStackedBarSeries class.
IndexedStackedBarSeries(NumericXAxis numericXAxis)
          Initializes a new instance of IndexedStackedBarSeries class.
IndexedStackedBarSeries(NumericXAxis numericXAxis, IndexedYAxis indexedYAxis)
          Initializes a new instance of IndexedStackedBarSeries class.
IndexedStackedBarSeries(NumericXAxis numericXAxis, IndexedYAxis indexedYAxis, Legend legend)
          Initializes a new instance of IndexedStackedBarSeries class.
 
Method Summary
 void add(IndexedStackedBarSeriesElement indexedStackedBarSeriesElement)
          Adds a IndexedStackedBarSeriesElement to the end of the IndexedStackedBarSeries element list.
 IndexedStackedBarSeriesElement getStackedSeriesElement(int index)
          Gets the IndexedStackedBarSeriesElement object at the given index.
 NumericXAxis getXAxis()
          Gets the NumericXAxis of the series.
 IndexedYAxis getYAxis()
          Gets the IndexedYAxis of the series.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.StackedSeries
getElement, size
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.SeriesBase
getDrawBehindAxis, setDrawBehindAxis
 
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

IndexedStackedBarSeries

public IndexedStackedBarSeries()
Initializes a new instance of IndexedStackedBarSeries class.


IndexedStackedBarSeries

public IndexedStackedBarSeries(NumericXAxis numericXAxis,
                               IndexedYAxis indexedYAxis)
Initializes a new instance of IndexedStackedBarSeries class.

Parameters:
numericXAxis - NumericXAxis of the stacked bar series with indexed axis.
indexedYAxis - IndexedYAxis of the stacked bar series with indexed axis.
See Also:
NumericXAxis, IndexedYAxis

IndexedStackedBarSeries

public IndexedStackedBarSeries(NumericXAxis numericXAxis,
                               IndexedYAxis indexedYAxis,
                               Legend legend)
Initializes a new instance of IndexedStackedBarSeries class.

Parameters:
numericXAxis - NumericXAxis of the stacked bar series with indexed axis.
indexedYAxis - IndexedYAxis of the stacked bar series with indexed axis.
legend - Legend of the stacked bar series with indexed axis.
See Also:
NumericXAxis, IndexedYAxis

IndexedStackedBarSeries

public IndexedStackedBarSeries(NumericXAxis numericXAxis)
Initializes a new instance of IndexedStackedBarSeries class.

Parameters:
numericXAxis - NumericXAxis of the stacked bar series with indexed axis.
See Also:
NumericXAxis
Method Detail

getStackedSeriesElement

public IndexedStackedBarSeriesElement getStackedSeriesElement(int index)
Gets the IndexedStackedBarSeriesElement object at the given index.

Parameters:
index - Position of the required indexed stacked bar series element.
Returns:
the element releated to the index.
See Also:
IndexedStackedBarSeriesElement

getXAxis

public NumericXAxis getXAxis()
Gets the NumericXAxis of the series.

Returns:
the x-axis of the series.
See Also:
NumericXAxis

getYAxis

public IndexedYAxis getYAxis()
Gets the IndexedYAxis of the series.

Returns:
the y-axis of the series.
See Also:
IndexedYAxis

add

public void add(IndexedStackedBarSeriesElement indexedStackedBarSeriesElement)
Adds a IndexedStackedBarSeriesElement to the end of the IndexedStackedBarSeries element list.

Parameters:
indexedStackedBarSeriesElement - IndexedStackedBarSeriesElement to be added.
See Also:
IndexedStackedBarSeriesElement

DynamicPDF by ceTe Software

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