Uses of Interface
org.eclipse.gef.geometry.planar.IShape
Package
Description
This package provides support for geometric calculations based on shapes.
-
Uses of IShape in org.eclipse.gef.geometry.planar
Modifier and TypeClassDescriptionclass
class
Represents the geometric shape of an ellipse.class
ThePie
is a closedAbstractArcBasedGeometry
.class
Represents the geometric shape of a convex polygon.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).final class
Represents the geometric shape of a rounded rectangle, i.e. a rectangle with rounded corners.Modifier and TypeMethodDescriptionIShape[]
IMultiShape.getShapes()
Returns theIShape
s that constitute thisIMultiShape
.IShape.getTransformed
(AffineTransform t) Returns a newIShape
, which represents the givenIShape
after the application of the givenAffineTransform
.