public class Close extends PathElement
type| Constructor and Description |
|---|
Close()
Make a Close PathElement.
|
| Modifier and Type | Method and Description |
|---|---|
float[] |
points()
Get the points in the path.
|
void |
points(double[] coords)
Load the provided array with the specified coordinates of this path
element.
|
typepublic float[] points()
points in class PathElementpublic void points(double[] coords)
points in class PathElementcoords - coordinates (length = 6)Copyright © 2021. All rights reserved.