DynamicPDF by ceTe Software

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

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.LegendXYSeries
                  extended by com.cete.dynamicpdf.pageelements.charting.series.AreaSeries
                      extended by com.cete.dynamicpdf.pageelements.charting.series.IndexedAreaSeries

public class IndexedAreaSeries
extends AreaSeries

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:

View Example


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

IndexedAreaSeries

public IndexedAreaSeries(java.lang.String name)
Initializes a new instance of the IndexedAreaSeries object.

Parameters:
name - Name of the area series with indexed axis.

IndexedAreaSeries

public IndexedAreaSeries(java.lang.String name,
                         IndexedXAxis xAxis,
                         NumericYAxis yAxis)
Initializes a new instance of the IndexedAreaSeries object.

Parameters:
name - Name of the area series with indexed axis.
xAxis - IndexedXAxis of the indexed areaseries.
yAxis - NumericYAxis of the indexed areaseries.
See Also:
NumericYAxis, IndexedXAxis

IndexedAreaSeries

public IndexedAreaSeries(java.lang.String name,
                         IndexedXAxis xAxis,
                         NumericYAxis yAxis,
                         Color color)
Initializes a new instance of the IndexedAreaSeries object.

Parameters:
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.
See Also:
NumericYAxis, IndexedXAxis

IndexedAreaSeries

public IndexedAreaSeries(java.lang.String name,
                         IndexedXAxis xAxis,
                         NumericYAxis yAxis,
                         Color color,
                         Marker marker)
Initializes a new instance of the IndexedAreaSeries object.

Parameters:
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

IndexedAreaSeries

public IndexedAreaSeries(java.lang.String name,
                         IndexedXAxis xAxis,
                         NumericYAxis yAxis,
                         Color color,
                         Legend legend)
Initializes a new instance of the IndexedAreaSeries object.

Parameters:
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.
See Also:
NumericYAxis, IndexedXAxis, Legend

IndexedAreaSeries

public IndexedAreaSeries(java.lang.String name,
                         IndexedXAxis xAxis,
                         NumericYAxis yAxis,
                         Color color,
                         Marker marker,
                         Legend legend)
Initializes a new instance of the IndexedAreaSeries object.

Parameters:
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

getXAxis

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

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

getYAxis

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

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

getValues

public IndexedAreaValueList getValues()
Gets the IndexedAreaValueList object contained in the Indexed Areaseries.

Returns:
IndexedAreaValueList of the series.
See Also:
IndexedAreaValueList

DynamicPDF by ceTe Software

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