private static class J2DPrismGraphics.AdaptorPathIterator
extends java.lang.Object
implements java.awt.geom.PathIterator
Modifier and Type | Field and Description |
---|---|
private static int[] |
NUM_COORDS |
(package private) PathIterator |
priterator |
(package private) float[] |
tmpcoords |
Modifier | Constructor and Description |
---|---|
private |
AdaptorPathIterator() |
Modifier and Type | Method and Description |
---|---|
int |
currentSegment(double[] coords) |
int |
currentSegment(float[] coords) |
int |
getWindingRule() |
boolean |
isDone() |
void |
next() |
void |
setIterator(PathIterator priterator) |
private static int[] NUM_COORDS
PathIterator priterator
float[] tmpcoords
public void setIterator(PathIterator priterator)
public int currentSegment(float[] coords)
currentSegment
in interface java.awt.geom.PathIterator
public int currentSegment(double[] coords)
currentSegment
in interface java.awt.geom.PathIterator
public int getWindingRule()
getWindingRule
in interface java.awt.geom.PathIterator
public boolean isDone()
isDone
in interface java.awt.geom.PathIterator
public void next()
next
in interface java.awt.geom.PathIterator