Draw2D v2.0

Package org.eclipse.draw2d.geometry

This package contains useful geometry related classes, such as Rectangle and Point.

See:
          Description

Interface Summary
Translatable A translatable object can be translated (or moved) vertically and/or horizontally.
 

Class Summary
Dimension Provides support for the physical entity of dimension.
Insets Provides support for side space measurements for Borders
Point Provides support for a point in two dimensional space.
PointList Provides support for a list of points.
Ray Provides support for vector type calculations.
Rectangle Provides support for a rectangle.
Transform Provides support for transformations of scaling, translation and rotation.
Transposer Conditionally transposes geometrical objects based on an "enabled" flag.
 

Package org.eclipse.draw2d.geometry Description

This package contains useful geometry related classes, such as Rectangle and Point.


Draw2D v2.0