DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.StackedBarValueList
      extended by com.cete.dynamicpdf.pageelements.charting.values.IndexedStackedBarValueList

public class IndexedStackedBarValueList
extends StackedBarValueList

This class represents a list of stacked bar value 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
 StackedBarValue add(float value)
          Adds a StackedBarValue object to the end of the IndexedStackedBarValueList object.
 StackedBarValue[] add(float[] value)
          Adds a array of StackedBarValue objects to the end of the IndexedStackedBarValueList object.
 IndexedStackedBarValue add(float value, int position)
          Adds a IndexedStackedBarValue object to the end of the IndexedStackedBarValueList object.
 void add(IndexedStackedBarValue indexedStackedBarValue)
          Adds a IndexedStackedBarValue object to the end of the IndexedStackedBarValueList object.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.values.StackedBarValueList
getValue, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public StackedBarValue add(float value)
Adds a StackedBarValue object to the end of the IndexedStackedBarValueList object.

Parameters:
value - Value of stacked bar value.
Returns:
a StackedBarValue object.
See Also:
StackedBarValue

add

public StackedBarValue[] add(float[] value)
Adds a array of StackedBarValue objects to the end of the IndexedStackedBarValueList object.

Parameters:
value - Value of the stacked bar values.
Returns:
array of StackedBarValue objects.
See Also:
StackedBarValue

add

public IndexedStackedBarValue add(float value,
                                  int position)
Adds a IndexedStackedBarValue object to the end of the IndexedStackedBarValueList object.

Parameters:
value - Value of the stacked bar value with indexed axis.
position - Position of the stacked bar value with indexed axis.
Returns:
a IndexedStackedBarValue object.
See Also:
IndexedStackedBarValue

add

public void add(IndexedStackedBarValue indexedStackedBarValue)
Adds a IndexedStackedBarValue object to the end of the IndexedStackedBarValueList object.

Parameters:
indexedStackedBarValue - IndexedStackedBarValue to be added.
See Also:
IndexedStackedBarValue

DynamicPDF by ceTe Software

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