Package java.awt.geom

Minimal awt.geom package for Point2D, Line2D and Rectangle2D

See:
          Description

Class Summary
Line2D An abstract class representing a line in two dimensional space
Line2D.Double A line in 2D space using float coordinates
Line2D.Float A line in 2D space using float coordinates
Point2D An abstract class for a point.
Point2D.Double A point with double coordinates.
Point2D.Float A point with float coordinates.
Rectangle2D An abstract class for a Rectangle.
Rectangle2D.Double A Rectangle2D with double coordinates
Rectangle2D.Float A Rectangle2D with float coordinates.
RectangularShape An abstract base class for shapes based on a rectangular frame.
 

Package java.awt.geom Description

Minimal awt.geom package for Point2D, Line2D and Rectangle2D