Interface PathIterator

All Known Implementing Classes:
CubicCurve2D.Iterator, FlatteningPathIterator, GeneralPath.Iterator, Line2D.Iterator, QuadCurve2D.Iterator, Rectangle2D.Iterator

public interface PathIterator
  • Field Details

  • Method Details

    • getWindingRule

      int getWindingRule()
    • isDone

      boolean isDone()
    • next

      void next()
    • currentSegment

      int currentSegment(float[] coords)
    • currentSegment

      int currentSegment(double[] coords)