DynamicPDF by ceTe Software

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

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

public class XYScatterValueList
extends java.lang.Object

Represents a list of XY Scatter Value.

Licensing:
This is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 XYScatterValue add(float value, float position)
          Adds a XYScatterValue object to the XYScatterValueList object.
 void add(XYScatterValue value)
          Adds a XYScatterValue object to the XYScatterValueList object.
 XYScatterValue getScatterValue(int index)
          gets the XYScatterValue from the XYScatterValueList based on the given index.
 int size()
          gets the total number of XYScatterValues in the XYScatterValueList.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public XYScatterValue add(float value,
                          float position)
Adds a XYScatterValue object to the XYScatterValueList object.

Parameters:
value - Value of the XY Scatter value.
position - Position of the XY Scatter value.
Returns:
a XYScatterValue object.
See Also:
XYScatterValue

add

public void add(XYScatterValue value)
Adds a XYScatterValue object to the XYScatterValueList object.

Parameters:
value - The XYScatterValue to be added to the XYScatterValueList.
See Also:
XYScatterValue

size

public int size()
gets the total number of XYScatterValues in the XYScatterValueList.

Returns:
The total number of XYScatterValues in the XYScatterValueList.

getScatterValue

public XYScatterValue getScatterValue(int index)
gets the XYScatterValue from the XYScatterValueList based on the given index.

Parameters:
index - of the XY Scatter value.
Returns:
XYScatterValue in the sepecified index.
See Also:
XYScatterValue

DynamicPDF by ceTe Software

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