Package armyc2.c5isr.graphics2d
Class PathIterator
java.lang.Object
armyc2.c5isr.graphics2d.PathIterator
- All Implemented Interfaces:
IPathIterator
-
Field Summary
Fields inherited from interface armyc2.c5isr.graphics2d.IPathIterator
SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcubicTo(double x1, double y1, double x2, double y2, double x3, double y3) intcurrentSegment(double[] coords) intcurrentSegment(float[] coords) Deprecated.voidcurveTo(double x1, double y1, double x2, double y2, double x3, double y3) intbooleanisDone()voidlineTo(double x, double y) voidmoveTo(double x, double y) voidnext()voidquadTo(double x1, double y1, double x2, double y2) voidreset()voidsetPathIterator(ArrayList<POINT2> pts)
-
Constructor Details
-
PathIterator
-
-
Method Details
-
getPoints
-
currentSegment
- Specified by:
currentSegmentin interfaceIPathIterator
-
currentSegment
Deprecated.- Specified by:
currentSegmentin interfaceIPathIterator
-
getWindingRule
- Specified by:
getWindingRulein interfaceIPathIterator
-
isDone
- Specified by:
isDonein interfaceIPathIterator
-
next
- Specified by:
nextin interfaceIPathIterator
-
reset
-
moveTo
-
lineTo
-
cubicTo
-
curveTo
-
quadTo
-
getBounds
-
setPathIterator
-
currentSegment(double[])