org.apache.batik.ext.awt.geom
protected static class PathLength.SingleSegmentPathIterator extends Object implements PathIterator
Field Summary | |
---|---|
protected boolean | done
Whether the single segment has been passed. |
protected PathIterator | it
The path iterator being wrapped. |
protected boolean | moveDone
Whether the generated move command has been returned. |
protected double | x
The x coordinate of the next move command. |
protected double | y
The y coordinate of the next move command. |
Method Summary | |
---|---|
int | currentSegment(double[] coords) |
int | currentSegment(float[] coords) |
int | getWindingRule() |
boolean | isDone() |
void | next() |
void | setPathIterator(PathIterator it, double x, double y)
Sets the path iterator to use and the initial SEG_MOVETO command
to return before it. |