Package | Description |
---|---|
de.erichseifert.gral.util |
Common utility classes.
|
Modifier and Type | Method and Description |
---|---|
static List<GeometryUtils.PathSegment> |
GeometryUtils.getSegments(Shape shape)
Returns a list of a shape's segments as they are returned by its path
iterator.
|
Modifier and Type | Method and Description |
---|---|
static Shape |
GeometryUtils.getShape(List<GeometryUtils.PathSegment> segments,
boolean isDouble)
Constructs a geometric shape from a list of path segments.
|
Copyright © 2009-2013. All Rights Reserved.