Package com.maryanovsky.gwtutils.client.geom

Interface Summary
DoublePointView Provides a view of a 2D double precision point without allowing modification.
PointView Provides a view of an integer 2D point without allowing modifications.
RectangleView Provides a view of a Rectangle without allowing modifications.
SizeView Provides a view of Size without allowing modifications.
 

Class Summary
DoublePoint A 2D coordinate with double precision coordinates.
Point A two dimensional point, with integer coordinates.
Rectangle A rectangle, in integer coordinates.
Size Defines two dimensional bounds, with integer coordinates.