Class GeneralPath.Iterator

    • Field Detail

      • typeIndex

        int typeIndex
        The current cursor position in types buffer
      • pointIndex

        int pointIndex
        The current cursor position in points buffer
    • Constructor Detail

      • 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