Class PathIterator

java.lang.Object
net.sourceforge.plantuml.klimt.geom.PathIterator

public class PathIterator extends Object
  • Field Details

  • Constructor Details

    • PathIterator

      public PathIterator()
  • Method Details

    • isDone

      public boolean isDone()
    • next

      public void next()
    • getWindingRule

      public int getWindingRule()
    • currentSegment

      public int currentSegment(double[] coord)