Class Point
java.lang.Object
one.empty3.feature.app.replace.java.awt.Point
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public double x -
y
public double y
-
-
Constructor Details
-
Point
public Point(int x2, int y2)
-
-
Method Details
-
getX
public double getX() -
getY
public double getY()
-