Class ShapeCollectionPathIterator

    • Constructor Detail

      • ShapeCollectionPathIterator

        public ShapeCollectionPathIterator(Collection shapes,
                                           AffineTransform affineTransform)
        Creates a new path iterator for a collection of Shapes.
        Parameters:
        shapes - the Shapes in the collection
        affineTransform - a optional transformation to be applied to the coordinates in the path (may be null)
    • Method Detail

      • getWindingRule

        public int getWindingRule()
      • isDone

        public boolean isDone()
      • next

        public void next()
      • currentSegment

        public int currentSegment(float[] coords)
      • currentSegment

        public int currentSegment(double[] coords)