DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.ColumnValueList
      extended by com.cete.dynamicpdf.pageelements.charting.values.IndexedColumnValueList

public class IndexedColumnValueList
extends ColumnValueList

This class represents a list of 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
 ColumnValue add(float value)
          Adds a ColumnValue object to the end of the IndexedColumnValueList object.
 ColumnValue[] add(float[] value)
          Adds a array of ColumnValue objects to the end of the IndexedColumnValueList object.
 IndexedColumnValue add(float value, int position)
          Adds a IndexedColumnValue object to the end of the IndexedColumnValueList object.
 void add(IndexedColumnValue indexedColumnValue)
          Adds a IndexedColumnValue object to the end of the IndexedColumnValueList object.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.values.ColumnValueList
getValue, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public ColumnValue add(float value)
Adds a ColumnValue object to the end of the IndexedColumnValueList object.

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

add

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

Parameters:
value - Value of column values to be added.
Returns:
Array of ColumnValue objects.
See Also:
ColumnValue

add

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

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

add

public void add(IndexedColumnValue indexedColumnValue)
Adds a IndexedColumnValue object to the end of the IndexedColumnValueList object.

Parameters:
indexedColumnValue - IndexedColumnValue to be added.
See Also:
IndexedColumnValue

DynamicPDF by ceTe Software

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