Package javaAnd.awt
Class Point
- java.lang.Object
-
- javaAnd.awt.Point
-
public class Point extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Point(int x2, int y2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getX()
double
getY()
java.lang.String
toString()
-