Eclipse Draw2d
2.1

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 Stores an integer width and height.
Insets Stores four integers for top, left, bottom, and right measurements.
Point Represents a point (x, y) in 2-dimensional space.
PointList Represents a List of Points.
PrecisionPoint  
PrecisionRectangle  
Ray Represents a 2-dimensional directionl Vector, or Ray.
Rectangle Represents a Rectangle(x, y, width, height).
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.


Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.