class PathIterator extends Object
| Constructor and Description |
|---|
PathIterator(double[] y)
Creates a path iterator for the specified y-coordinate array.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) int[] |
getNextPath()
Gets the next continuous path segment from the data.
|