DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.StackedAreaValueList
      extended by com.cete.dynamicpdf.pageelements.charting.values.IndexedStackedAreaValueList

public class IndexedStackedAreaValueList
extends StackedAreaValueList

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

Method Detail

add

public void add(IndexedStackedAreaValue areaValue)
Adds a IndexedStackedAreaValue object to the IndexedStackedAreaValueList object.

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

add

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

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

add

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

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

add

public StackedAreaValue add(float value,
                            int position)
Adds a IndexedStackedAreaValue object to the IndexedStackedAreaValueList object.

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

DynamicPDF by ceTe Software

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