Package org.eclipse.draw2d.geometry


package org.eclipse.draw2d.geometry
Types representing or manipulating geometric values, such as Points, Dimensions, etc.
  • Class
    Description
    Stores an integer width and height.
    A Utilities class for geometry operations.
    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 Utilities class for precise geometry calculations.
     
    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.
    Provides support for transformations of scaling, translation and rotation.
    A translatable object can be translated (or moved) vertically and/or horizontally.
    Conditionally transposes geometrical objects based on an "enabled" flag.
    Represents a vector within 2-dimensional Euclidean space.