Uses of Class
org.eclipse.gef.geometry.planar.Path.Segment
Packages that use Path.Segment
Package
Description
This package provides support for geometric calculations based on shapes.
-
Uses of Path.Segment in org.eclipse.gef.geometry.planar
Methods in org.eclipse.gef.geometry.planar that return Path.SegmentModifier and TypeMethodDescriptionPath.Segment.getCopy()
Returns a copy of thisPath.Segment
.Path.getSegments()
Returns the segments that make up this path.Methods in org.eclipse.gef.geometry.planar with parameters of type Path.SegmentModifier and TypeMethodDescriptionfinal Path
Path.add
(Path.Segment... segments) Adds the givenPath.Segment
s to thisPath
.Method parameters in org.eclipse.gef.geometry.planar with type arguments of type Path.SegmentConstructors in org.eclipse.gef.geometry.planar with parameters of type Path.SegmentModifierConstructorDescriptionPath
(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
.