Package armyc2.c5isr.graphics2d
Class PathIterator
java.lang.Object
armyc2.c5isr.graphics2d.PathIterator
- All Implemented Interfaces:
- IPathIterator
- 
Field SummaryFields inherited from interface armyc2.c5isr.graphics2d.IPathIteratorSEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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 interface- IPathIterator
 
- 
currentSegmentDeprecated.- Specified by:
- currentSegmentin interface- IPathIterator
 
- 
getWindingRule- Specified by:
- getWindingRulein interface- IPathIterator
 
- 
isDone- Specified by:
- isDonein interface- IPathIterator
 
- 
next- Specified by:
- nextin interface- IPathIterator
 
- 
reset
- 
moveTo
- 
lineTo
- 
cubicTo
- 
curveTo
- 
quadTo
- 
getBounds
- 
setPathIterator
 
- 
currentSegment(double[])