Uses of Interface
org.eclipse.gef.geometry.planar.ITranslatable
Package
Description
This package provides support for geometric calculations based on shapes.
-
Uses of ITranslatable in org.eclipse.gef.geometry.planar
Modifier and TypeClassDescriptionfinal class
class
Instances of theBezierCurve
class individually represent an arbitrary Bezier curve.class
An instance of theCubicCurve
class represents aBezierCurve
of degree 3, having a start and an endPoint
and two handlePoint
s.class
class
Represents the geometric shape of an ellipse.class
Represents the geometric shape of a line (or linear curve).class
ThePie
is a closedAbstractArcBasedGeometry
.class
class
Represents the geometric shape of a convex polygon.class
Represents the geometric shape of a polyline.class
Represents the geometric shape of a quadratic Bézier curve.final class
Represents the geometric shape of a rectangle, where a rectangle is characterized by means of its upper left corner (x,y) and its size (width, height).class
A combination ofRectangle
s.class
A combination of Polygons....final class
Represents the geometric shape of a rounded rectangle, i.e. a rectangle with rounded corners.