Class GeneralPath.Iterator

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

class GeneralPath.Iterator extends Object implements PathIterator
  • Field Details

    • typeIndex

      int typeIndex
      The current cursor position in types buffer
    • pointIndex

      int pointIndex
      The current cursor position in points buffer
    • p

      The source GeneralPath object
    • t

      The path iterator transformation
  • Constructor Details

    • Iterator

      Iterator(GeneralPath path)
      Constructs a new GeneralPath.Iterator for given general path
      Parameters:
      path - - the source GeneralPath object
    • Iterator

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