Package armyc2.c5isr.graphics2d
Class Point
java.lang.Object
armyc2.c5isr.graphics2d.Point
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getX()
int
getY()
void
setLocation
(double x1, double y1) void
setLocation
(float x1, float y1) void
setLocation
(int x1, int y1)
-
Field Details
-
x
-
y
-
-
Constructor Details
-
Point
public Point() -
Point
-
-
Method Details
-
getX
-
getY
-
setLocation
-
setLocation
-
setLocation
-