Package | Description |
---|---|
org.eclipse.gef.geometry.planar |
This package provides support for geometric calculations based on shapes.
|
Modifier and Type | Method and Description |
---|---|
Path.Segment |
Path.Segment.getCopy()
Returns a copy of this
Path.Segment . |
Path.Segment[] |
Path.getSegments()
Returns the segments that make up this path.
|
Modifier and Type | Method and Description |
---|---|
Path |
Path.add(Path.Segment... segments)
Adds the given
Path.Segment s to this Path . |
Modifier and Type | Method and Description |
---|---|
Path |
Path.add(java.util.List<Path.Segment> segments)
|
Constructor and Description |
---|
Path(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 rule
Path.WIND_NON_ZERO . |
Copyright (c) 2014 itemis AG, and others. All rights reserved.