Class LinePath.PathIterator

java.lang.Object
processing.opengl.LinePath.PathIterator
Enclosing class:
LinePath

public static class LinePath.PathIterator extends Object
  • Method Details

    • currentSegment

      public int currentSegment(float[] coords)
    • currentSegment

      public int currentSegment(double[] coords)
    • getWindingRule

      public int getWindingRule()
    • isDone

      public boolean isDone()
    • next

      public void next()