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