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 TypeMethodDescriptionvoid
cubicTo
(double x1, double y1, double x2, double y2, double x3, double y3) int
currentSegment
(double[] coords) int
currentSegment
(float[] coords) Deprecated.void
curveTo
(double x1, double y1, double x2, double y2, double x3, double y3) int
boolean
isDone()
void
lineTo
(double x, double y) void
moveTo
(double x, double y) void
next()
void
quadTo
(double x1, double y1, double x2, double y2) void
reset()
void
setPathIterator
(ArrayList<POINT2> pts)
-
Constructor Details
-
PathIterator
-
-
Method Details
-
getPoints
-
currentSegment
- Specified by:
currentSegment
in interfaceIPathIterator
-
currentSegment
Deprecated.- Specified by:
currentSegment
in interfaceIPathIterator
-
getWindingRule
- Specified by:
getWindingRule
in interfaceIPathIterator
-
isDone
- Specified by:
isDone
in interfaceIPathIterator
-
next
- Specified by:
next
in interfaceIPathIterator
-
reset
-
moveTo
-
lineTo
-
cubicTo
-
curveTo
-
quadTo
-
getBounds
-
setPathIterator
-
currentSegment(double[])