Class PathIterator

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

public class PathIterator extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    currentSegment(double[] coord)
     
    int
     
    boolean
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)