Eclipse Draw2d
2.1

Uses of Package
org.eclipse.draw2d.geometry

Packages that use org.eclipse.draw2d.geometry
org.eclipse.draw2d Most of the Draw2d classes and interfaces reside in this base package. 
org.eclipse.draw2d.geometry This package contains useful geometry related classes, such as Rectangle and Point. 
 

Classes in org.eclipse.draw2d.geometry used by org.eclipse.draw2d
Insets
          Stores four integers for top, left, bottom, and right measurements.
Point
          Represents a point (x, y) in 2-dimensional space.
Translatable
          A translatable object can be translated (or moved) vertically and/or horizontally.
 

Classes in org.eclipse.draw2d.geometry used by org.eclipse.draw2d.geometry
Point
          Represents a point (x, y) in 2-dimensional space.
Translatable
          A translatable object can be translated (or moved) vertically and/or horizontally.
 


Eclipse Draw2d
2.1

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