Class Morphing2D.Iterator

  • All Implemented Interfaces:
    java.awt.geom.PathIterator
    Enclosing class:
    Morphing2D

    private static class Morphing2D.Iterator
    extends java.lang.Object
    implements java.awt.geom.PathIterator
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.awt.geom.AffineTransform at  
      (package private) int cindex  
      (package private) double[] dcoords  
      (package private) Morphing2D.Geometry g0  
      (package private) Morphing2D.Geometry g1  
      (package private) double t  
      • Fields inherited from interface java.awt.geom.PathIterator

        SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO
    • Method Detail

      • getWindingRule

        public int getWindingRule()
        Specified by:
        getWindingRule in interface java.awt.geom.PathIterator
      • isDone

        public boolean isDone()
        Specified by:
        isDone in interface java.awt.geom.PathIterator
      • next

        public void next()
        Specified by:
        next in interface java.awt.geom.PathIterator
      • currentSegment

        public int currentSegment​(float[] coords)
        Specified by:
        currentSegment in interface java.awt.geom.PathIterator
      • currentSegment

        public int currentSegment​(double[] coords)
        Specified by:
        currentSegment in interface java.awt.geom.PathIterator