Uses of Class
org.eclipse.gef.geometry.planar.Path.Segment
Package
Description
This package provides support for geometric calculations based on shapes.
-
Uses of Path.Segment in org.eclipse.gef.geometry.planar
Modifier and TypeMethodDescriptionPath.Segment.getCopy()
Returns a copy of thisPath.Segment
.Path.getSegments()
Returns the segments that make up this path.Modifier and TypeMethodDescriptionfinal Path
Path.add
(Path.Segment... segments) Adds the givenPath.Segment
s to thisPath
.ModifierConstructorDescriptionPath
(int windingRule, Path.Segment... segments) Creates a path from the given segments, using the given winding rule.Path
(Path.Segment... segments) Creates a path from the given segments, using the default winding rulePath.WIND_NON_ZERO
.