DynamicPDF by ceTe Software

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

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

public class IndexedStackedLineSeries
extends StackedLineSeries

Represents a stacked line 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
IndexedStackedLineSeries()
          Initializes a new instance of IndexedStackedLineSeries object.
IndexedStackedLineSeries(IndexedXAxis xAxis, NumericYAxis yAxis)
          Initializes a new instance of IndexedStackedLineSeries object.
IndexedStackedLineSeries(IndexedXAxis xAxis, NumericYAxis yAxis, Legend legend)
          Initializes a new instance of IndexedStackedLineSeries object.
IndexedStackedLineSeries(NumericYAxis yAxis)
          Initializes a new instance of IndexedStackedLineSeries object.
 
Method Summary
 void add(IndexedStackedLineSeriesElement element)
          Adds a IndexedStackedLineSeriesElement object to the IndexedStackedLineSeries elements list.
 IndexedStackedLineSeriesElement getStackedSeriesElement(int index)
          Gets the IndexedStackedLineSeriesElement object at the given index.
 IndexedXAxis getXAxis()
          Gets the IndexedXAxis of the series.
 NumericYAxis getYAxis()
          Gets the NumericYAxis 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

IndexedStackedLineSeries

public IndexedStackedLineSeries()
Initializes a new instance of IndexedStackedLineSeries object.


IndexedStackedLineSeries

public IndexedStackedLineSeries(NumericYAxis yAxis)
Initializes a new instance of IndexedStackedLineSeries object.

Parameters:
yAxis - NumericYAxis of the stacked line series with indexed axis.
See Also:
NumericYAxis

IndexedStackedLineSeries

public IndexedStackedLineSeries(IndexedXAxis xAxis,
                                NumericYAxis yAxis)
Initializes a new instance of IndexedStackedLineSeries object.

Parameters:
xAxis - IndexedXAxis of the stacked line series with indexed axis.
yAxis - NumericYAxis of the stacked line series with indexed axis.
See Also:
NumericYAxis, IndexedXAxis

IndexedStackedLineSeries

public IndexedStackedLineSeries(IndexedXAxis xAxis,
                                NumericYAxis yAxis,
                                Legend legend)
Initializes a new instance of IndexedStackedLineSeries object.

Parameters:
xAxis - IndexedXAxis of the stacked line series with indexed axis.
yAxis - NumericYAxis of the stacked line series with indexed axis.
legend - Legend of the stacked line series with indexed axis.
See Also:
NumericYAxis, IndexedXAxis, Legend
Method Detail

getStackedSeriesElement

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

Parameters:
index - Position of the required stacked line series element with indexed axis.
Returns:
the given index element.
See Also:
IndexedStackedLineSeriesElement

getXAxis

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

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

getYAxis

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

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

add

public void add(IndexedStackedLineSeriesElement element)
Adds a IndexedStackedLineSeriesElement object to the IndexedStackedLineSeries elements list.

Parameters:
element - IndexedStackedLineSeriesElement object to be added.
See Also:
IndexedStackedLineSeriesElement

DynamicPDF by ceTe Software

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