DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.ColumnValueList
Direct Known Subclasses:
DateTimeColumnValueList, IndexedColumnValueList

public abstract class ColumnValueList
extends java.lang.Object

Base class from which date time and indexed column value lists are derived.

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


Method Summary
 ColumnValue getValue(int index)
          Gets the ColumnValue object at the given index.
 int size()
          Gets the number of column values actually contained in the column value list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()
Gets the number of column values actually contained in the column value list.

Returns:
the size of the list.

getValue

public ColumnValue getValue(int index)
Gets the ColumnValue object at the given index.

Parameters:
index - position of the required column value.
Returns:
the ColumnValue object.
See Also:
ColumnValue

DynamicPDF by ceTe Software

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