DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.series.SeriesList

public class SeriesList
extends java.lang.Object

Represents series list of the plot area.

Licensing:
This is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 void add(SeriesBase series)
          Adds a SeriesBase to the end of the SeriesList object.
 void add(StackedSeries stackedSeries)
          Adds a StackedSeries to the end of the SeriesList object.
 SeriesBase getSeries(int index)
          Gets the Seriesbase at the given index.
 int size()
          Gets the number of series actually contained.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public void add(SeriesBase series)
Adds a SeriesBase to the end of the SeriesList object.

Parameters:
series - SeriesBase object to be added.
See Also:
SeriesBase, SeriesList

add

public void add(StackedSeries stackedSeries)
Adds a StackedSeries to the end of the SeriesList object.

Parameters:
stackedSeries - StackedSeries to be added.
See Also:
StackedSeries, SeriesList

getSeries

public SeriesBase getSeries(int index)
Gets the Seriesbase at the given index.

Parameters:
index - index of the Series required.
Returns:
the SeriesBase object.
See Also:
SeriesBase

size

public int size()
Gets the number of series actually contained.

Returns:
the size of the list.

DynamicPDF by ceTe Software

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