Package | Description |
---|---|
org.eclipse.gef.geometry.planar |
This package provides support for geometric calculations based on shapes.
|
Modifier and Type | Method and Description |
---|---|
CurvedPolygon |
CurvedPolygon.getCopy() |
CurvedPolygon |
CurvedPolygon.getRotatedCCW(Angle angle) |
CurvedPolygon |
CurvedPolygon.getRotatedCCW(Angle angle,
double cx,
double cy) |
CurvedPolygon |
CurvedPolygon.getRotatedCCW(Angle angle,
Point center) |
CurvedPolygon |
CurvedPolygon.getRotatedCW(Angle angle) |
CurvedPolygon |
CurvedPolygon.getRotatedCW(Angle angle,
double cx,
double cy) |
CurvedPolygon |
CurvedPolygon.getRotatedCW(Angle angle,
Point center) |
CurvedPolygon |
CurvedPolygon.getScaled(double factor) |
CurvedPolygon |
CurvedPolygon.getScaled(double fx,
double fy) |
CurvedPolygon |
CurvedPolygon.getScaled(double factor,
double cx,
double cy) |
CurvedPolygon |
CurvedPolygon.getScaled(double fx,
double fy,
double cx,
double cy) |
CurvedPolygon |
CurvedPolygon.getScaled(double fx,
double fy,
Point center) |
CurvedPolygon |
CurvedPolygon.getScaled(double factor,
Point center) |
CurvedPolygon |
RoundedRectangle.getTransformed(AffineTransform t) |
CurvedPolygon |
Pie.getTransformed(AffineTransform t) |
CurvedPolygon |
Ellipse.getTransformed(AffineTransform t) |
CurvedPolygon |
CurvedPolygon.getTransformed(AffineTransform t) |
CurvedPolygon |
CurvedPolygon.getTranslated(double dx,
double dy) |
CurvedPolygon |
CurvedPolygon.getTranslated(Point d) |
CurvedPolygon |
CurvedPolygon.rotateCCW(Angle angle)
Rotates this
CurvedPolygon counter-clockwise (CCW) by the given
Angle around the center Point of this
CurvedPolygon . |
CurvedPolygon |
CurvedPolygon.rotateCCW(Angle angle,
double cx,
double cy)
Rotates this
CurvedPolygon counter-clockwise (CCW) by the given
Angle around the Point specified by the given x and y
coordinates. |
CurvedPolygon |
CurvedPolygon.rotateCCW(Angle angle,
Point center)
|
CurvedPolygon |
CurvedPolygon.rotateCW(Angle angle)
Rotates this
CurvedPolygon counter-clockwise (CCW) by the given
Angle around the center Point of this
CurvedPolygon . |
CurvedPolygon |
CurvedPolygon.rotateCW(Angle angle,
double cx,
double cy)
Rotates this
CurvedPolygon clockwise (CW) by the given
Angle around the Point specified by the given x and y
coordinates. |
CurvedPolygon |
CurvedPolygon.rotateCW(Angle angle,
Point center)
|
CurvedPolygon |
CurvedPolygon.scale(double factor) |
CurvedPolygon |
CurvedPolygon.scale(double fx,
double fy) |
CurvedPolygon |
CurvedPolygon.scale(double factor,
double cx,
double cy) |
CurvedPolygon |
CurvedPolygon.scale(double fx,
double fy,
double cx,
double cy) |
CurvedPolygon |
CurvedPolygon.scale(double fx,
double fy,
Point center) |
CurvedPolygon |
CurvedPolygon.scale(double factor,
Point center) |
CurvedPolygon |
CurvedPolygon.translate(double dx,
double dy) |
CurvedPolygon |
CurvedPolygon.translate(Point d) |
Copyright (c) 2014 itemis AG, and others. All rights reserved.