Class Circle2afp.TransformedCirclePathIterator<T extends PathElement2afp>

    • Constructor Detail

      • TransformedCirclePathIterator

        public TransformedCirclePathIterator​(Circle2afp<?,​?,​T,​?,​?,​?> circle,
                                             Transform2D transform)
        Constructor.
        Parameters:
        circle - the iterated circle.
        transform - the transformation to apply.
    • Method Detail

      • restartIterations

        public PathIterator2afp<T> restartIterations()
        Description copied from interface: PathIterator2D
        Replies a reset instance of this iterator.

        The reset instance enables to restart iterations with the replied iterator.

        Returns:
        the reset iterator.
      • hasNext

        @Pure
        public boolean hasNext()
      • next

        public T next()