Module java.desktop
Package java.awt

Class Point

java.lang.Object
java.awt.geom.Point2D
java.awt.Point
All Implemented Interfaces:
Serializable, Cloneable

public class Point extends Point2D implements Serializable
A point representing a location in (x,y) coordinate space, specified in integer precision.
Since:
1.0
See Also: