|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.charting.PlotAreaElement
com.cete.dynamicpdf.pageelements.charting.SeriesBase
com.cete.dynamicpdf.pageelements.charting.series.XYSeries
com.cete.dynamicpdf.pageelements.charting.series.StackedSeries
com.cete.dynamicpdf.pageelements.charting.series.StackedAreaSeries
com.cete.dynamicpdf.pageelements.charting.series.IndexedStackedAreaSeries
public class IndexedStackedAreaSeries
Represents a 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:
| Constructor Summary | |
|---|---|
IndexedStackedAreaSeries()
Initializes a new instance of IndexedStackedAreaSeries object. |
|
IndexedStackedAreaSeries(IndexedXAxis xAxis,
NumericYAxis yAxis)
Initializes a new instance of IndexedStackedAreaSeries object. |
|
IndexedStackedAreaSeries(IndexedXAxis xAxis,
NumericYAxis yAxis,
Legend legend)
Initializes a new instance of IndexedStackedAreaSeries object. |
|
IndexedStackedAreaSeries(NumericYAxis yAxis)
Initializes a new instance of IndexedStackedAreaSeries object. |
|
| Method Summary | |
|---|---|
void |
add(IndexedStackedAreaSeriesElement element)
Adds a IndexedStackedAreaSeriesElement to the end of the
IndexedStackedAreaSeries element list. |
IndexedStackedAreaSeriesElement |
getStackedSeriesElement(int index)
Gets the IndexedStackedAreaSeriesElement 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 |
|---|
public IndexedStackedAreaSeries()
IndexedStackedAreaSeries object.
public IndexedStackedAreaSeries(NumericYAxis yAxis)
IndexedStackedAreaSeries object.
yAxis - NumericYAxis of the stacked area series with indexed axis.NumericYAxis
public IndexedStackedAreaSeries(IndexedXAxis xAxis,
NumericYAxis yAxis)
IndexedStackedAreaSeries object.
xAxis - IndexedXAxis of the stacked area series with indexed axis.yAxis - NumericYAxis of the stacked area series with indexed axis.NumericYAxis,
IndexedXAxis
public IndexedStackedAreaSeries(IndexedXAxis xAxis,
NumericYAxis yAxis,
Legend legend)
IndexedStackedAreaSeries object.
xAxis - IndexedXAxis of the stacked area series with indexed axis.yAxis - NumericYAxis of the stacked area series with indexed axis.legend - Legend of the stacked area series with indexed axis.NumericYAxis,
IndexedXAxis,
Legend| Method Detail |
|---|
public IndexedStackedAreaSeriesElement getStackedSeriesElement(int index)
IndexedStackedAreaSeriesElement object at the given index.
index - Position of the required indexed stacked area series element.
IndexedStackedAreaSeriesElementpublic IndexedXAxis getXAxis()
IndexedXAxis of the series.
IndexedXAxispublic NumericYAxis getYAxis()
NumericYAxis of the series.
NumericYAxispublic void add(IndexedStackedAreaSeriesElement element)
IndexedStackedAreaSeriesElement to the end of the
IndexedStackedAreaSeries element list.
element - IndexedStackedAreaSeriesElement
to be added.IndexedStackedAreaSeriesElement
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||