DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting.values
Class IndexedStackedColumnValueList

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.StackedColumnValueList
      extended by com.cete.dynamicpdf.pageelements.charting.values.IndexedStackedColumnValueList

public class IndexedStackedColumnValueList
extends StackedColumnValueList

This class represents a list of stacked column value's with indexed axis.

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


Method Summary
 StackedColumnValue add(float value)
          Adds a StackedColumnValue object to the end of the IndexedStackedColumnValueList object.
 StackedColumnValue[] add(float[] value)
          Adds a array of StackedColumnValue objects to the end of the IndexedStackedColumnValueList object.
 IndexedStackedColumnValue add(float value, int position)
          Adds a IndexedStackedColumnValue object to the end of the IndexedStackedColumnValueList object.
 void add(IndexedStackedColumnValue indexedStackedColumnValue)
          Adds a IndexedStackedColumnValue object to the end of the IndexedStackedColumnValueList object.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.values.StackedColumnValueList
getValue, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public StackedColumnValue add(float value)
Adds a StackedColumnValue object to the end of the IndexedStackedColumnValueList object.

Parameters:
value - Value of the stacked column value.
Returns:
a StackedColumnValue object.
See Also:
StackedColumnValue

add

public StackedColumnValue[] add(float[] value)
Adds a array of StackedColumnValue objects to the end of the IndexedStackedColumnValueList object.

Parameters:
value - Value of stacked column values.
Returns:
array of StackedColumnValue objects.
See Also:
StackedColumnValue

add

public IndexedStackedColumnValue add(float value,
                                     int position)
Adds a IndexedStackedColumnValue object to the end of the IndexedStackedColumnValueList object.

Parameters:
value - Value of the stacked column value with indexed axis.
position - Position of the stacked column value with indexed axis.
Returns:
a IndexedStackedColumnValue object.
See Also:
IndexedStackedColumnValue

add

public void add(IndexedStackedColumnValue indexedStackedColumnValue)
Adds a IndexedStackedColumnValue object to the end of the IndexedStackedColumnValueList object.

Parameters:
indexedStackedColumnValue - IndexedStackedColumnValue object to be added.
See Also:
IndexedStackedColumnValue

DynamicPDF by ceTe Software

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