Class CubicCurve2D.Iterator

java.lang.Object
com.itextpdf.awt.geom.CubicCurve2D.Iterator
All Implemented Interfaces:
PathIterator
Enclosing class:
CubicCurve2D

class CubicCurve2D.Iterator extends Object implements PathIterator
  • Field Details

    • c

      The source CubicCurve2D object
    • t

      The path iterator transformation
    • index

      int index
      The current segmenet index
  • Constructor Details

    • Iterator

      Iterator(CubicCurve2D c, AffineTransform t)
      Constructs a new CubicCurve2D.Iterator for given line and transformation
      Parameters:
      c - - the source CubicCurve2D object
      at - - the AffineTransform object to apply rectangle path
  • Method Details