DynamicPDF by ceTe Software

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

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

public class XYScatterValue
extends java.lang.Object

Represents a XY Scatter Value.

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

View Example


Constructor Summary
XYScatterValue(float yValue, float xValue)
          Initializes a new instance of XYScatterValue object.
XYScatterValue(float yValue, float xValue, XYScatterDataLabel dataLabel)
          Initializes a new instance of XYScatterValue object.
 
Method Summary
 XYScatterDataLabel getDataLabel()
          Gets the XYScatterDataLabel object.
 float getScatterXValue()
          Gets the xValue of the XYScatterValue.
 float getScatterYValue()
          Gets the yValue of the XYScatterValue.
 void setDataLabel(XYScatterDataLabel dataLabel)
          Sets the XYScatterDataLabel object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYScatterValue

public XYScatterValue(float yValue,
                      float xValue)
Initializes a new instance of XYScatterValue object.

Parameters:
xValue - the xAxis value of XYScatterValue.
yValue - the yAxis value of the XYScatterValue.

XYScatterValue

public XYScatterValue(float yValue,
                      float xValue,
                      XYScatterDataLabel dataLabel)
Initializes a new instance of XYScatterValue object.

Parameters:
xValue - the xAxis value of XYScatterValue.
yValue - the yAxis value of the XYScatterValue.
dataLabel - The dataLabel of the XYScatterValue.
See Also:
XYScatterValue
Method Detail

getDataLabel

public XYScatterDataLabel getDataLabel()
Gets the XYScatterDataLabel object.

Returns:
XYScatterDataLabel object.
See Also:
XYScatterDataLabel

setDataLabel

public void setDataLabel(XYScatterDataLabel dataLabel)
Sets the XYScatterDataLabel object.

Parameters:
dataLabel - the XYScatterDataLabel object.
See Also:
XYScatterDataLabel

getScatterYValue

public float getScatterYValue()
Gets the yValue of the XYScatterValue.

Returns:
The yValue of the XYScatterValue

getScatterXValue

public float getScatterXValue()
Gets the xValue of the XYScatterValue.

Returns:
The xValue of the XYScatterValue

DynamicPDF by ceTe Software

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