Uses of Interface
java.awt.Shape

Packages that use Shape
java.awt Minimal AWT package for shape classes with integer co-ordinates 
java.awt.geom Minimal awt.geom package for Point2D, Line2D and Rectangle2D 
lejos.geom Geometric shape support for robotics using float co-ordinates 
 

Uses of Shape in java.awt
 

Classes in java.awt that implement Shape
 class Rectangle
          A rectangle with integer coordinates.
 

Uses of Shape in java.awt.geom
 

Classes in java.awt.geom that implement Shape
 class Line2D
          An abstract class representing a line in two dimensional space
static class Line2D.Double
          A line in 2D space using float coordinates
static class Line2D.Float
          A line in 2D space using float coordinates
 class Rectangle2D
          An abstract class for a Rectangle.
static class Rectangle2D.Double
          A Rectangle2D with double coordinates
static class Rectangle2D.Float
          A Rectangle2D with float coordinates.
 class RectangularShape
          An abstract base class for shapes based on a rectangular frame.
 

Uses of Shape in lejos.geom
 

Classes in lejos.geom that implement Shape
 class Line
          Represents a line and supports calculating the point of intersection of two line segments.