DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.Stacked100PercentBarValueList
      extended by com.cete.dynamicpdf.pageelements.charting.values.Indexed100PercentStackedBarValueList

public class Indexed100PercentStackedBarValueList
extends Stacked100PercentBarValueList

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

Method Detail

add

public Stacked100PercentBarValue add(float value)
Adds a Stacked100PercentBarValue object to the end of the Indexed100PercentStackedBarValueList object.

Parameters:
value - Value of stacked bar value with indexed axis.
Returns:
a Stacked100PercentBarValue object.
See Also:
Stacked100PercentBarValue

add

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

Parameters:
value - Value of the stacked100Percentbarvalues.
Returns:
array of Stacked100PercentBarValue objects.
See Also:
Stacked100PercentBarValue

add

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

Parameters:
value - Value of the indexed100Percent stacked bar value.
position - Position of the indexed100Percent stacked bar value.
Returns:
a Indexed100PercentStackedBarValue object.
See Also:
Indexed100PercentStackedBarValue

add

public void add(Indexed100PercentStackedBarValue indexedStackedBarValue)
Adds a Indexed100PercentStackedBarValue object to the end of the Indexed100PercentStackedBarValueList object.

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

DynamicPDF by ceTe Software

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