DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.AreaValueList
Direct Known Subclasses:
DateTimeAreaValueList, IndexedAreaValueList

public abstract class AreaValueList
extends java.lang.Object

Represents a List of Area value.

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


Method Summary
 AreaValue getAreaValue(int index)
          Gets the AreaValue from the AreaValueList based on the given index.
 int size()
          Gets the total number of AreaValues in the AreaValueList.
 
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 total number of AreaValues in the AreaValueList.

Returns:
The total number of AreaValues in the AreaValueList.

getAreaValue

public AreaValue getAreaValue(int index)
Gets the AreaValue from the AreaValueList based on the given index.

Parameters:
index - of the AreaValue.
Returns:
AreaValue in the sepecified index.
See Also:
AreaValue

DynamicPDF by ceTe Software

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