Uses of Package
org.eclipse.draw2d.geometry
Packages that use org.eclipse.draw2d.geometry
Package
Description
Primary package containing general interfaces and implementation classes.
Types representing or manipulating geometric values, such as Points, Dimensions, etc.
Stand-alone algorithms related to Graph Drawing.
This package contains some complex parts used with Draw2d.
Figures and support classes related to the layout and rendering of rich text.
-
Classes in org.eclipse.draw2d.geometry used by org.eclipse.draw2dClassDescriptionStores an integer width and height.Stores four integers for top, left, bottom, and right measurements.Represents a point (x, y) in 2-dimensional space.Represents a List of Points.Deprecated.Represents a Rectangle(x, y, width, height).A translatable object can be translated (or moved) vertically and/or horizontally.Conditionally transposes geometrical objects based on an "enabled" flag.
-
Classes in org.eclipse.draw2d.geometry used by org.eclipse.draw2d.geometryClassDescriptionStores an integer width and height.Stores four integers for top, left, bottom, and right measurements.Represents interval in 1-dimensional space.Represents a point (x, y) in 2-dimensional space.Represents a List of Points.A Rectangle implementation using floating point values which are truncated into the inherited integer fields.Deprecated.Use
Vector
instead, which offers double precision instead of integer precision.Represents a Rectangle(x, y, width, height).Represents a straight line within 2-dimensional Euclidean space.A translatable object can be translated (or moved) vertically and/or horizontally.Represents a vector within 2-dimensional Euclidean space. -
Classes in org.eclipse.draw2d.geometry used by org.eclipse.draw2d.graph
-
Classes in org.eclipse.draw2d.geometry used by org.eclipse.draw2d.parts
-
Classes in org.eclipse.draw2d.geometry used by org.eclipse.draw2d.textClassDescriptionStores an integer width and height.Stores four integers for top, left, bottom, and right measurements.Represents a point (x, y) in 2-dimensional space.Represents a Rectangle(x, y, width, height).A translatable object can be translated (or moved) vertically and/or horizontally.
Vector
instead, which offers double precision instead of integer precision.