Package | Description |
---|---|
org.eclipse.gef.geometry.convert.swt |
This package provides support for converting geometric objects to SWT and for
conversion between SWT and AWT.
|
org.eclipse.gef.geometry.planar |
This package provides support for geometric calculations based on shapes.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.swt.graphics.Region |
Geometry2SWT.toSWTRegion(Ring r)
Constructs a new
Region from this
Ring . |
Modifier and Type | Method and Description |
---|---|
Ring |
Ring.add(Polygon p)
|
Ring |
Ring.getCopy() |
Ring |
Ring.getRotatedCCW(Angle angle) |
Ring |
Region.getRotatedCCW(Angle angle) |
Ring |
Ring.getRotatedCCW(Angle angle,
double cx,
double cy) |
Ring |
Region.getRotatedCCW(Angle angle,
double cx,
double cy) |
Ring |
Ring.getRotatedCCW(Angle angle,
Point center) |
Ring |
Region.getRotatedCCW(Angle angle,
Point center) |
Ring |
Ring.getRotatedCW(Angle angle) |
Ring |
Region.getRotatedCW(Angle angle) |
Ring |
Ring.getRotatedCW(Angle angle,
double cx,
double cy) |
Ring |
Region.getRotatedCW(Angle angle,
double cx,
double cy) |
Ring |
Ring.getRotatedCW(Angle angle,
Point center) |
Ring |
Region.getRotatedCW(Angle angle,
Point center) |
Ring |
Ring.getScaled(double factor) |
Ring |
Ring.getScaled(double fx,
double fy) |
Ring |
Ring.getScaled(double factor,
double cx,
double cy) |
Ring |
Ring.getScaled(double fx,
double fy,
double cx,
double cy) |
Ring |
Ring.getScaled(double fx,
double fy,
Point center) |
Ring |
Ring.getScaled(double factor,
Point center) |
Ring |
Ring.getTransformed(AffineTransform t) |
Ring |
Region.getTransformed(AffineTransform t) |
Ring |
Ring.getTranslated(double dx,
double dy) |
Ring |
Ring.getTranslated(Point d) |
Ring |
Ring.rotateCCW(Angle angle)
|
Ring |
Ring.rotateCCW(Angle angle,
double cx,
double cy)
|
Ring |
Ring.rotateCCW(Angle angle,
Point center)
|
Ring |
Ring.rotateCW(Angle angle)
|
Ring |
Ring.rotateCW(Angle angle,
double cx,
double cy)
|
Ring |
Ring.rotateCW(Angle angle,
Point center)
|
Ring |
Ring.scale(double factor) |
Ring |
Ring.scale(double fx,
double fy) |
Ring |
Ring.scale(double factor,
double cx,
double cy) |
Ring |
Ring.scale(double fx,
double fy,
double cx,
double cy) |
Ring |
Ring.scale(double fx,
double fy,
Point center) |
Ring |
Ring.scale(double factor,
Point center) |
Ring |
Region.toRing()
|
Ring |
Ring.translate(double dx,
double dy) |
Ring |
Ring.translate(Point d) |
Constructor and Description |
---|
Ring(Ring other)
|
Copyright (c) 2014 itemis AG, and others. All rights reserved.