Class Point
java.lang.Object
com.codename1.charts.models.Point
A class to encapsulate the definition of a point.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Point
public Point() -
Point
public Point(float x, float y)
-
-
Method Details
-
getX
public float getX() -
setX
public void setX(float x) -
getY
public float getY() -
setY
public void setY(float y)
-