All Packages Class Hierarchy This Package Previous Next Index
Class jclass.chart.JCDataCoord
java.lang.Object
|
+----jclass.chart.JCDataCoord
- public class JCDataCoord
- extends Object
JCDataCoord holds a pair of floating point values representing
a data coordinate.
-
JCDataCoord(double, double)
- Simple constructor for JCDataCoord.
-
getX()
- Gets the value of the X property, which represents a data value
along a particular axis.
-
getY()
- Gets the value of the Y property, which represents a data value
along a particular axis.
JCDataCoord
public JCDataCoord(double x,
double y)
- Simple constructor for JCDataCoord.
getX
public double getX()
- Gets the value of the X property, which represents a data value
along a particular axis.
- Returns:
- x value
getY
public double getY()
- Gets the value of the Y property, which represents a data value
along a particular axis.
- Returns:
- y value
All Packages Class Hierarchy This Package Previous Next Index