Class PolylineShapeIterator

java.lang.Object
com.lowagie.text.pdf.internal.PolylineShapeIterator
All Implemented Interfaces:
PathIterator

@Deprecated public class PolylineShapeIterator extends Object implements PathIterator
Deprecated.
PathIterator for PolylineShape. This class was originally written by wil - amristar.com.au and integrated into iText by Bruno.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected AffineTransform
    Deprecated.
    an affine transformation to be performed on the polyline.
    protected int
    Deprecated.
    the index of the current segment in the iterator.
    protected PolylineShape
    Deprecated.
    The polyline over which we are going to iterate.

    Fields inherited from interface java.awt.geom.PathIterator

    SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    currentSegment(double[] coords)
    Deprecated.
    Returns the coordinates and type of the current path segment in the iteration.
    int
    currentSegment(float[] coords)
    Deprecated.
    Returns the coordinates and type of the current path segment in the iteration.
    int
    Deprecated.
    Return the winding rule for determining the insideness of the path.
    boolean
    Deprecated.
    Tests if there are more points to read.
    void
    Deprecated.
    Moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait