public abstract class Point2D
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

The Point2D class defines a point representing a location in (x,y) coordinate space.

This class is only the abstract superclass for all objects that store a 2D coordinate. The actual storage representation of the coordinates is left to the subclass.

implements Cloneable

Since:  1.2