Package org.epseelon.mobimap.geom

Interface Summary
Shape This interface represents an abstract shape.
 

Class Summary
Dimension This class holds a width and height value pair.
Dimension2D This stores a dimension in 2-dimensional space - a width (along the x-axis) and height (along the y-axis).
Line2D Represents a directed line bewteen two points in (x,y) Cartesian space.
Line2D.Double This class defines a point in double precision.
Line2D.Float This class defines a point in float precision.
Point This class represents a point on the screen using cartesian coordinates.
Point2D This class implements a generic point in 2D Cartesian space.
Point2D.Double This class defines a point in double precision.
Point2D.Float This class defines a point in float precision.
Rectangle This class represents a rectangle and all the interesting things you might want to do with it.
Rectangle2D This class describes a rectangle by a point (x,y) and dimension (w x h).
Rectangle2D.Double This class defines a rectangle in double precision.
Rectangle2D.Float This class defines a rectangle in float precision.
RectangularShape This class provides a generic framework, and several helper methods, for subclasses which represent geometric objects inside a rectangular frame.
 



Copyright © 2008 Epseelon. All Rights Reserved.