Package | Description |
---|---|
org.eclipse.gef4.geometry.planar |
This package provides support for geometric calculations based on shapes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRectangleBasedGeometry<T extends AbstractRectangleBasedGeometry<?,?>,S extends IGeometry>
Abstract superclass of geometries that are defined by means of their upper
left coordinate (x, y) and a given width and height.
|
Modifier and Type | Class and Description |
---|---|
class |
Arc
|
class |
Ellipse
Represents the geometric shape of an ellipse.
|
class |
Pie
The
Pie is a closed AbstractArcBasedGeometry . |
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.
|
Constructor and Description |
---|
Arc(AbstractRectangleBasedGeometry<?,?> r,
Angle startAngle,
Angle angularExtent)
Constructs a new
Arc of the given values. |
Pie(AbstractRectangleBasedGeometry<?,?> r,
Angle startAngle,
Angle angularExtent)
Constructs a new
Pie from the given values. |
Copyright (c) 2014 itemis AG, and others. All rights reserved.