Class Point
java.lang.Object
com.codename1.ui.geom.Point
public class Point
extends java.lang.Object
Utility class that holds x,y
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
- Overrides:
toStringin classjava.lang.Object
-