DynamicPDF by ceTe Software

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

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

public class IndexedLineSeries
extends LineSeries

Represents a 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
IndexedLineSeries(java.lang.String name)
          Initializes a new instance of the IndexedLineSeries object.
IndexedLineSeries(java.lang.String name, IndexedXAxis xAxis, NumericYAxis yAxis)
          Initializes a new instance of the IndexedLineSeries object.
IndexedLineSeries(java.lang.String name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color)
          Initializes a new instance of the IndexedLineSeries object.
IndexedLineSeries(java.lang.String name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color, float lineWidth)
          Initializes a new instance of the IndexedLineSeries object.
IndexedLineSeries(java.lang.String name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color, float lineWidth, LineStyle style)
          Initializes a new instance of the IndexedLineSeries object.
IndexedLineSeries(java.lang.String name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color, float lineWidth, LineStyle style, Legend legend)
          Initializes a new instance of the IndexedLineSeries object.
IndexedLineSeries(java.lang.String name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color, float lineWidth, LineStyle style, Marker marker)
          Initializes a new instance of the IndexedLineSeries object.
IndexedLineSeries(java.lang.String name, IndexedXAxis xAxis, NumericYAxis yAxis, float lineWidth, LineStyle style, Color color, Marker marker, Legend legend)
          Initializes a new instance of the IndexedLineSeries object.
 
Method Summary
 IndexedLineValueList getValues()
          Gets the IndexedLineValueList object contained in the line series with indexed axis.
 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.LineSeries
getDataLabel, getLineCap, getLineJoin, getLineStyle, getMarker, getValueFormat, getWidth, setDataLabel, setLineCap, setLineJoin, setLineStyle, setMarker, setValueFormat, setWidth
 
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

IndexedLineSeries

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

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

IndexedLineSeries

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

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

IndexedLineSeries

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

Parameters:
name - Name of the line series with indexed axis.
xAxis - IndexedXAxis of the line series with indexed axis.
yAxis - NumericYAxis of the line series with indexed axis.
color - Color of the line series with indexed axis.
See Also:
NumericYAxis, IndexedXAxis

IndexedLineSeries

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

Parameters:
name - Name of the line series with indexed axis.
xAxis - IndexedXAxis of the line series with indexed axis.
yAxis - NumericYAxis of the line series with indexed axis.
color - Color of the line series with indexed axis.
lineWidth - line width of the line series with indexed axis.
See Also:
NumericYAxis, IndexedXAxis

IndexedLineSeries

public IndexedLineSeries(java.lang.String name,
                         IndexedXAxis xAxis,
                         NumericYAxis yAxis,
                         Color color,
                         float lineWidth,
                         LineStyle style)
Initializes a new instance of the IndexedLineSeries object.

Parameters:
name - Name of the line series with indexed axis.
xAxis - IndexedXAxis of the line series with indexed axis.
yAxis - NumericYAxis of the line series with indexed axis.
color - Color of the line series with indexed axis.
lineWidth - line width of the line series with indexed axis.
style - LineStyle of the line series with indexed axis.
See Also:
NumericYAxis, IndexedXAxis, LineStyle

IndexedLineSeries

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

Parameters:
name - Name of the line series with indexed axis.
xAxis - IndexedXAxis of the line series with indexed axis.
yAxis - NumericYAxis of the line series with indexed axis.
color - Color of the line series with indexed axis.
lineWidth - line width of the line series with indexed axis.
style - LineStyle of the line series with indexed axis.
legend - Legend of the line series with indexed axis.
See Also:
NumericYAxis, IndexedXAxis, Legend, LineStyle

IndexedLineSeries

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

Parameters:
name - Name of the line series with indexed axis.
xAxis - IndexedXAxis of the line series with indexed axis.
yAxis - NumericYAxis of the line series with indexed axis.
color - Color of the line series with indexed axis.
lineWidth - line width of the line series with indexed axis.
style - LineStyle of the line series with indexed axis.
marker - Marker of the line series with indexed axis.
See Also:
NumericYAxis, IndexedXAxis, Marker, LineStyle

IndexedLineSeries

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

Parameters:
name - Name of the line series with indexed axis.
xAxis - IndexedXAxis of the line series with indexed axis.
yAxis - NumericYAxis of the line series with indexed axis.
lineWidth - line width of the line series with indexed axis.
style - LineStyle of the line series with indexed axis.
color - Color of the line series with indexed axis.
marker - Marker of the line series with indexed axis.
legend - Legend of the line series with indexed axis.
See Also:
NumericYAxis, IndexedXAxis, Legend, Marker, LineStyle
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 IndexedLineValueList getValues()
Gets the IndexedLineValueList object contained in the line series with indexed axis.

Returns:
IndexedLineValueList of the line series with indexed axis.
See Also:
IndexedLineValueList

DynamicPDF by ceTe Software

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