DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.StackedLineValueList
      extended by com.cete.dynamicpdf.pageelements.charting.values.IndexedStackedLineValueList

public class IndexedStackedLineValueList
extends StackedLineValueList

Represents a list of stacked line 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
 StackedLineValue add(float value)
          Adds a StackedLineValue object to the IndexedLineValueList object.
 StackedLineValue[] add(float[] value)
          Adds a StackedLineValue object to the IndexedLineValueList object.
 StackedLineValue add(float value, int position)
          Adds a IndexedStackedLineValue object to the IndexedStackedLineValueList object.
 void add(IndexedStackedLineValue lineValue)
          Adds a IndexedStackedLineValue object to the IndexedStackedLineValueList object.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.values.StackedLineValueList
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(IndexedStackedLineValue lineValue)
Adds a IndexedStackedLineValue object to the IndexedStackedLineValueList object.

Parameters:
lineValue - Value of the stacked line value with indexed axis.
See Also:
IndexedStackedLineValue

add

public StackedLineValue add(float value)
Adds a StackedLineValue object to the IndexedLineValueList object.

Parameters:
value - Value of the LineValue.
Returns:
a LineValue object.
See Also:
StackedLineValue

add

public StackedLineValue[] add(float[] value)
Adds a StackedLineValue object to the IndexedLineValueList object.

Parameters:
value - array of values of the LineValues.
Returns:
a LineValue object array.
See Also:
StackedLineValue

add

public StackedLineValue add(float value,
                            int position)
Adds a IndexedStackedLineValue object to the IndexedStackedLineValueList object.

Parameters:
value - Value of the stacked line value with indexed axis.
position - Position of the stacked line value with indexed axis.
Returns:
a LineValue object.
See Also:
IndexedStackedLineValue, Calendar

DynamicPDF by ceTe Software

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