Method Summary |
|
public int | currentSegment(float[] coords) |
public int | currentSegment(double[] coords) |
public int | getWindingRule() Returns the winding rule for determining the interior of the path. |
public void | init(LineString ls, AffineTransform at) |
public boolean | isDone() Tests if the iteration is complete. |
public void | next() Moves the iterator to the next segment of the path forwards along the
primary direction of traversal as long as there are more points in that
direction. |