Class Point
java.lang.Object
com.codename1.charts.models.Point
public final class Point
extends java.lang.Object
A class to encapsulate the definition of a point.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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)
-