DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.values.LineValueList
      extended by com.cete.dynamicpdf.pageelements.charting.values.IndexedLineValueList

public class IndexedLineValueList
extends LineValueList

Represents a List of 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
 LineValue add(float value)
          Adds a LineValue object to the IndexedLineValueList object.
 LineValue[] add(float[] value)
          Adds a LineValue object to the IndexedLineValueList object.
 LineValue add(float value, int position)
          Adds a IndexedLineValue object to the IndexedLineValueList object.
 void add(IndexedLineValue lineValue)
          Adds a IndexedLineValue object to the IndexedLineValueList object.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.values.LineValueList
getLineValue, 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(IndexedLineValue lineValue)
Adds a IndexedLineValue object to the IndexedLineValueList object.

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

add

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

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

add

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

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

add

public LineValue add(float value,
                     int position)
Adds a IndexedLineValue object to the IndexedLineValueList object.

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

DynamicPDF by ceTe Software

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