|
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.LegendXYSeries
com.cete.dynamicpdf.pageelements.charting.series.AreaSeries
com.cete.dynamicpdf.pageelements.charting.series.IndexedAreaSeries
public class IndexedAreaSeries
Represents a 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 | |
|---|---|
IndexedAreaSeries(java.lang.String name)
Initializes a new instance of the IndexedAreaSeries object. |
|
IndexedAreaSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis)
Initializes a new instance of the IndexedAreaSeries object. |
|
IndexedAreaSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis,
Color color)
Initializes a new instance of the IndexedAreaSeries object. |
|
IndexedAreaSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis,
Color color,
Legend legend)
Initializes a new instance of the IndexedAreaSeries object. |
|
IndexedAreaSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis,
Color color,
Marker marker)
Initializes a new instance of the IndexedAreaSeries object. |
|
IndexedAreaSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis,
Color color,
Marker marker,
Legend legend)
Initializes a new instance of the IndexedAreaSeries object. |
|
| Method Summary | |
|---|---|
IndexedAreaValueList |
getValues()
Gets the IndexedAreaValueList object contained in the Indexed Areaseries. |
IndexedXAxis |
getXAxis()
Gets the IndexedXAxis object of the series. |
NumericYAxis |
getYAxis()
Gets the NumericYAxis object of the series. |
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.AreaSeries |
|---|
getDataLabel, getMarker, getValueFormat, setDataLabel, setMarker, setValueFormat |
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.LegendXYSeries |
|---|
getColor, getLegendLabel, getName, setColor |
| 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 IndexedAreaSeries(java.lang.String name)
IndexedAreaSeries object.
name - Name of the area series with indexed axis.
public IndexedAreaSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis)
IndexedAreaSeries object.
name - Name of the area series with indexed axis.xAxis - IndexedXAxis of the indexed areaseries.yAxis - NumericYAxis of the indexed areaseries.NumericYAxis,
IndexedXAxis
public IndexedAreaSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis,
Color color)
IndexedAreaSeries object.
name - Name of the area series with indexed axis.xAxis - IndexedXAxis of the indexed areaseries.yAxis - NumericYAxis of the indexed areaseries.color - Color of the indexed areaseries.NumericYAxis,
IndexedXAxis
public IndexedAreaSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis,
Color color,
Marker marker)
IndexedAreaSeries object.
name - Name of the area series with indexed axis.xAxis - IndexedXAxis of the area series with indexed axis.yAxis - NumericYAxis of the area series with indexed axis.color - Color of the area series with indexed axis.marker - Marker of the area series with indexed axis.- See Also:
NumericYAxis,
IndexedXAxis,
Marker
public IndexedAreaSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis,
Color color,
Legend legend)
IndexedAreaSeries object.
name - Name of the area series with indexed axis.xAxis - IndexedXAxis of the area series with indexed axis.yAxis - NumericYAxis of the area series with indexed axis.color - Color of the area series with indexed axis.legend - Legend of the area series with indexed axis.NumericYAxis,
IndexedXAxis,
Legend
public IndexedAreaSeries(java.lang.String name,
IndexedXAxis xAxis,
NumericYAxis yAxis,
Color color,
Marker marker,
Legend legend)
IndexedAreaSeries object.
name - Name of the area series with indexed axis.xAxis - IndexedXAxis of the area series with indexed axis.yAxis - NumericYAxis of the area series with indexed axis.color - Color of the area series with indexed axis.marker - Marker of the area series with indexed axis.legend - Legend of the area series with indexed axis.- See Also:
NumericYAxis,
IndexedXAxis,
Legend,
Marker| Method Detail |
|---|
public IndexedXAxis getXAxis()
IndexedXAxis object of the series.
IndexedXAxispublic NumericYAxis getYAxis()
NumericYAxis object of the series.
NumericYAxispublic IndexedAreaValueList getValues()
IndexedAreaValueList object contained in the Indexed Areaseries.
IndexedAreaValueList
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||