DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.Stacked100PercentLineValueList
      extended by com.cete.dynamicpdf.pageelements.charting.values.Indexed100PercentStackedLineValueList

public class Indexed100PercentStackedLineValueList
extends Stacked100PercentLineValueList

Represents a list of 100% 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
 Stacked100PercentLineValue add(float value)
          Adds a Stacked100PercentLineValue object to the Indexed100PercentLineValueList object.
 Stacked100PercentLineValue[] add(float[] value)
          Adds a Stacked100PercentLineValue object to the Indexed100PercentLineValueList object.
 Stacked100PercentLineValue add(float value, int position)
          Adds a Indexed100PercentStackedLineValue object to the Indexed100PercentStackedLineValueList object.
 void add(Indexed100PercentStackedLineValue lineValue)
          Adds a Indexed100PercentStackedLineValue object to the Indexed100PercentStackedLineValueList object.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.values.Stacked100PercentLineValueList
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(Indexed100PercentStackedLineValue lineValue)
Adds a Indexed100PercentStackedLineValue object to the Indexed100PercentStackedLineValueList object.

Parameters:
lineValue - Value of the100% stacked line value with indexed axis.
See Also:
Indexed100PercentStackedLineValue

add

public Stacked100PercentLineValue add(float value)
Adds a Stacked100PercentLineValue object to the Indexed100PercentLineValueList object.

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

add

public Stacked100PercentLineValue[] add(float[] value)
Adds a Stacked100PercentLineValue object to the Indexed100PercentLineValueList object.

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

add

public Stacked100PercentLineValue add(float value,
                                      int position)
Adds a Indexed100PercentStackedLineValue object to the Indexed100PercentStackedLineValueList object.

Parameters:
value - Value of the100% stacked line value with indexed axis.
position - Position of the100% stacked line value with indexed axis.
Returns:
a Stacked100PercentLineValue object.
See Also:
Indexed100PercentStackedLineValue, Calendar

DynamicPDF by ceTe Software

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