Package | Description |
---|---|
org.eclipse.gef.geometry.convert.awt |
This package provides support for converting geometric objects to AWT.
|
org.eclipse.gef.geometry.planar |
This package provides support for geometric calculations based on shapes.
|
Modifier and Type | Method and Description |
---|---|
static RoundedRectangle |
AWT2Geometry.toRoundedRectangle(java.awt.geom.RoundRectangle2D r)
Converts an AWT
RoundRectangle2D into a GEF
RoundedRectangle . |
Modifier and Type | Method and Description |
---|---|
static java.awt.geom.RoundRectangle2D.Double |
Geometry2AWT.toAWTRoundRectangle(RoundedRectangle r)
Converts a GEF
RoundedRectangle into an AWT
RoundRectangle2D . |
Modifier and Type | Method and Description |
---|---|
RoundedRectangle |
RoundedRectangle.getCopy() |
RoundedRectangle |
RoundedRectangle.setArcHeight(double arcHeight)
Sets the arc height of this
RoundedRectangle , which is the height
of the arc used to define its rounded corners. |
RoundedRectangle |
RoundedRectangle.setArcWidth(double arcWidth)
Sets the arc width of this
RoundedRectangle , which is the width
of the arc used to define its rounded corners. |
Copyright (c) 2014 itemis AG, and others. All rights reserved.