Class PointIterator

All Implemented Interfaces:
PathIterator

public final class PointIterator extends AbstractLiteIterator
A path iterator for the LiteShape class, specialized to iterate over Point objects.
Author:
Andrea Aime
  • Constructor Details

    • PointIterator

      public PointIterator(Point point, AffineTransform at)
      Creates a new PointIterator object.
      Parameters:
      point - The point
      at - The affine transform applied to coordinates during iteration
  • Method Details