DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.BarValueList
      extended by com.cete.dynamicpdf.pageelements.charting.values.IndexedBarValueList

public class IndexedBarValueList
extends BarValueList

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

Method Detail

add

public BarValue add(float value)
Adds a BarValue object to the end of the IndexedBarValueList object.

Parameters:
value - Value of the bar value.
Returns:
a BarValue object.
See Also:
BarValue

add

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

Parameters:
value - Value of the bar values.
Returns:
Array of BarValue objects.
See Also:
BarValue

add

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

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

add

public void add(IndexedBarValue indexedBarValue)
Adds a IndexedBarValue object to the end of the IndexedBarValueList object.

Parameters:
indexedBarValue - IndexedBarValue object to be added.
See Also:
IndexedBarValue

DynamicPDF by ceTe Software

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