DynamicPDF by ceTe Software

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

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

public class Indexed100PercentStackedAreaSeries
extends Stacked100PercentAreaSeries

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

Indexed100PercentStackedAreaSeries

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


Indexed100PercentStackedAreaSeries

public Indexed100PercentStackedAreaSeries(PercentageYAxis yAxis)
Initializes a new instance of IndexedStackedAreaSeries object.

Parameters:
yAxis - PercentageYAxis of the stacked area series with indexed axis.
See Also:
PercentageYAxis

Indexed100PercentStackedAreaSeries

public Indexed100PercentStackedAreaSeries(IndexedXAxis xAxis,
                                          PercentageYAxis yAxis)
Initializes a new instance of IndexedStackedAreaSeries object.

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

Indexed100PercentStackedAreaSeries

public Indexed100PercentStackedAreaSeries(IndexedXAxis xAxis,
                                          PercentageYAxis yAxis,
                                          Legend legend)
Initializes a new instance of IndexedStackedAreaSeries object.

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

getStackedSeriesElement

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

Parameters:
index - Position of the required 100% stacked area series element with indexed axis.
Returns:
the element related to the index.
See Also:
Indexed100PercentStackedAreaSeriesElement

getYAxis

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

Returns:
the y-axis of th series.
See Also:
PercentageYAxis

getXAxis

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

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

add

public void add(Indexed100PercentStackedAreaSeriesElement element)
Adds a Indexed100PercentStackedAreaSeriesElement object to the Indexed100PercentStackedAreaSeries elements list.

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

DynamicPDF by ceTe Software

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