Uses of Class
org.eclipse.gef.geometry.planar.Polygon
Packages that use 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
Methods in org.eclipse.gef.geometry.convert.swt that return PolygonModifier and TypeMethodDescriptionstatic Polygon
SWT2Geometry.toPolygon
(int... swtPointArray) Converts the given integer array to a GEFPolygon
.Methods in org.eclipse.gef.geometry.convert.swt with parameters of type Polygon -
Uses of Polygon in org.eclipse.gef.geometry.planar
Methods in org.eclipse.gef.geometry.planar that return PolygonModifier 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()
Methods in org.eclipse.gef.geometry.planar with parameters of type PolygonModifier and TypeMethodDescriptionboolean
Constructors in org.eclipse.gef.geometry.planar with parameters of type Polygon