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.


Constructor Index

 o JCDataCoord(double, double)
Simple constructor for JCDataCoord.

Method Index

 o getX()
Gets the value of the X property, which represents a data value along a particular axis.
 o getY()
Gets the value of the Y property, which represents a data value along a particular axis.

Constructors

 o JCDataCoord
 public JCDataCoord(double x,
                    double y)
Simple constructor for JCDataCoord.

Methods

 o getX
 public double getX()
Gets the value of the X property, which represents a data value along a particular axis.

Returns:
x value
 o 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