Uses of Class
org.eclipse.gef.geometry.planar.Polygon
Package
Description
This package provides support for converting geometric objects to SWT and for
conversion between SWT and AWT.
This package provides support for geometric calculations based on shapes.
-
Uses of Polygon in org.eclipse.gef.geometry.convert.swt
Modifier and TypeMethodDescriptionstatic Polygon
SWT2Geometry.toPolygon
(int... swtPointArray) Converts the given integer array to a GEFPolygon
. -
Uses of Polygon in org.eclipse.gef.geometry.planar
Modifier and TypeMethodDescriptionPolygon.getCopy()
Returns a copy of thisPolygon
, which is made up by the same points.Rectangle.getRotatedCCW
(Angle alpha) Rectangle.getRotatedCCW
(Angle alpha, double cx, double cy) Rectangle.getRotatedCCW
(Angle alpha, Point center) Rectangle.getRotatedCW
(Angle alpha) Rectangle.getRotatedCW
(Angle alpha, double cx, double cy) Rectangle.getRotatedCW
(Angle alpha, Point center) Polygon[]
Ring.getShapes()
Polygon.getTransformed
(AffineTransform t) Rectangle.getTransformed
(AffineTransform t) Polygon[]
Polygon.getTriangulation()
Naive, recursive ear-clipping algorithm to triangulate this simple, planarPolygon
.Rectangle.toPolygon()
Modifier and TypeMethodDescriptionboolean