DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.AreaValueList
      extended by com.cete.dynamicpdf.pageelements.charting.values.IndexedAreaValueList

public class IndexedAreaValueList
extends AreaValueList

Represents a List of area 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
 AreaValue add(float value)
          Adds a AreaValue object to the IndexedAreaValueList object.
 AreaValue[] add(float[] value)
          Adds a AreaValue object to the IndexedAreaValueList object.
 IndexedAreaValue add(float value, int position)
          Adds a IndexedAreaValue object to the IndexedAreaValueList object.
 void add(IndexedAreaValue areaValue)
          Adds a IndexedAreaValue object to the IndexedAreaValueList object.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.values.AreaValueList
getAreaValue, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public IndexedAreaValue add(float value,
                            int position)
Adds a IndexedAreaValue object to the IndexedAreaValueList object.

Parameters:
value - Value of the area value with indexed axis.
position - Position of the area value with indexed axis.
Returns:
a AreaValue object.
See Also:
IndexedAreaValue

add

public void add(IndexedAreaValue areaValue)
Adds a IndexedAreaValue object to the IndexedAreaValueList object.

Parameters:
areaValue - Value of the area value with indexed axis.
See Also:
IndexedAreaValue

add

public AreaValue add(float value)
Adds a AreaValue object to the IndexedAreaValueList object.

Parameters:
value - Value of the areaValue.
Returns:
a AreaValue object.
See Also:
AreaValue

add

public AreaValue[] add(float[] value)
Adds a AreaValue object to the IndexedAreaValueList object.

Parameters:
value - array of values of the areaValues.
Returns:
a AreaValue object array.
See Also:
AreaValue

DynamicPDF by ceTe Software

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