Class CurvedPolyline.CurvedPolylineIterator

    • Constructor Detail

      • CurvedPolylineIterator

        public CurvedPolylineIterator(Point2D[] array,
                                      int windingRule,
                                      AffineTransform tx)
        Parameters:
        array - an array of points to create this shape from.
        windingRule - one of the winding constants (PathIterator.WIND_NONZERO or PathIterator.WIND_EVEN_ODD)
        tx - an optional AffineTransform to transform this data (may be null).
    • Method Detail

      • getWindingRule

        public int getWindingRule()
      • isDone

        public boolean isDone()
      • next

        public void next()
      • currentSegment

        public int currentSegment(double[] coords)
      • currentSegment

        public int currentSegment(float[] coords)