Eclipse Draw2d
3.8.0.201206011245

Uses of Package
org.eclipse.draw2d.geometry

Packages that use org.eclipse.draw2d.geometry
org.eclipse.draw2d Primary package containing general interfaces and implementation classes. 
org.eclipse.draw2d.geometry Types representing or manipulating geometric values, such as Points, Dimensions, etc. 
org.eclipse.draw2d.graph Stand-alone algorithms related to Graph Drawing. 
org.eclipse.draw2d.parts This package contains some complex parts used with Draw2d. 
org.eclipse.draw2d.text Figures and support classes related to the layout and rendering of rich text. 
 

Classes in org.eclipse.draw2d.geometry used by org.eclipse.draw2d
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.
Ray
          Deprecated. Use Vector instead, which offers double precision instead of integer precision.
Rectangle
          Represents a Rectangle(x, y, width, height).
Translatable
          A translatable object can be translated (or moved) vertically and/or horizontally.
Transposer
          Conditionally transposes geometrical objects based on an "enabled" flag.
 

Classes in org.eclipse.draw2d.geometry used by org.eclipse.draw2d.geometry
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.
PrecisionDimension
           
PrecisionPoint
           
PrecisionRectangle
          A Rectangle implementation using floating point values which are truncated into the inherited integer fields.
Ray
          Deprecated. Use Vector instead, which offers double precision instead of integer precision.
Rectangle
          Represents a Rectangle(x, y, width, height).
Straight
          Represents a straight line within 2-dimensional Euclidean space.
Translatable
          A translatable object can be translated (or moved) vertically and/or horizontally.
Vector
          Represents a vector within 2-dimensional Euclidean space.
 

Classes in org.eclipse.draw2d.geometry used by org.eclipse.draw2d.graph
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.
Rectangle
          Represents a Rectangle(x, y, width, height).
 

Classes in org.eclipse.draw2d.geometry used by org.eclipse.draw2d.parts
Dimension
          Stores an integer width and height.
Rectangle
          Represents a Rectangle(x, y, width, height).
 

Classes in org.eclipse.draw2d.geometry used by org.eclipse.draw2d.text
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.
Rectangle
          Represents a Rectangle(x, y, width, height).
Translatable
          A translatable object can be translated (or moved) vertically and/or horizontally.
 


Eclipse Draw2d
3.8.0.201206011245

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