Uses of Interface
cmsc420.geom.Geometry2D

Packages that use Geometry2D
cmsc420.geom Provides classes and interfaces for detecting shape intersections in 2D space. 
 

Uses of Geometry2D in cmsc420.geom
 

Classes in cmsc420.geom that implement Geometry2D
 class Circle2D
          The Circle2D class describes a circle that is defined by a bounding rectangle.
static class Circle2D.Double
          The Double class defines an ellipse specified in double precision.
static class Circle2D.Float
          The Float class defines an ellipse specified in float precision.