Class Point
java.lang.Object
com.codename1.ui.geom.Point
Utility class that holds x,y
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Point
public Point(int x, int y) Constructor with x and y
Parameters
-
x -
y
-
-
-
Method Details
-
getX
public int getX()Gets the x value of this Point -
setX
public void setX(int x) Sets the x value of this Point
Parameters
x
-
getY
public int getY()Gets the y value of this Point -
setY
public void setY(int y) Sets the y value of this Point
Parameters
y
-
toString
-