Package | Description |
---|---|
org.eclipse.gef.geometry.planar |
This package provides support for geometric calculations based on shapes.
|
Modifier and Type | Class and Description |
---|---|
class |
CurvedPolygon
|
class |
Ellipse
Represents the geometric shape of an ellipse.
|
class |
Pie
The
Pie is a closed AbstractArcBasedGeometry . |
class |
Polygon
Represents the geometric shape of a convex polygon.
|
class |
Rectangle
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 |
RoundedRectangle
Represents the geometric shape of a rounded rectangle, i.e. a rectangle with
rounded corners.
|
Modifier and Type | Method and Description |
---|---|
IShape[] |
IMultiShape.getShapes()
Returns the
IShape s that constitute this IMultiShape . |
IShape |
IShape.getTransformed(AffineTransform t)
Returns a new
IShape , which represents the given IShape
after the application of the given AffineTransform . |
Copyright (c) 2014 itemis AG, and others. All rights reserved.