Uses of Interface
com.itextpdf.awt.geom.PathIterator
-
Packages that use PathIterator Package Description com.itextpdf.awt.geom com.itextpdf.awt.geom.gl -
-
Uses of PathIterator in com.itextpdf.awt.geom
Classes in com.itextpdf.awt.geom that implement PathIterator Modifier and Type Class Description (package private) class
CubicCurve2D.Iterator
class
FlatteningPathIterator
(package private) class
GeneralPath.Iterator
(package private) class
Line2D.Iterator
(package private) class
QuadCurve2D.Iterator
(package private) class
Rectangle2D.Iterator
Fields in com.itextpdf.awt.geom declared as PathIterator Modifier and Type Field Description (package private) PathIterator
FlatteningPathIterator. p
The source PathIteratorMethods in com.itextpdf.awt.geom that return PathIterator Modifier and Type Method Description PathIterator
CubicCurve2D. getPathIterator(AffineTransform t)
PathIterator
CubicCurve2D. getPathIterator(AffineTransform at, double flatness)
PathIterator
GeneralPath. getPathIterator(AffineTransform t)
PathIterator
GeneralPath. getPathIterator(AffineTransform t, double flatness)
PathIterator
Line2D. getPathIterator(AffineTransform at)
PathIterator
Line2D. getPathIterator(AffineTransform at, double flatness)
PathIterator
QuadCurve2D. getPathIterator(AffineTransform t)
PathIterator
QuadCurve2D. getPathIterator(AffineTransform t, double flatness)
PathIterator
Rectangle2D. getPathIterator(AffineTransform t)
PathIterator
Rectangle2D. getPathIterator(AffineTransform t, double flatness)
PathIterator
RectangularShape. getPathIterator(AffineTransform t, double flatness)
PathIterator
Shape. getPathIterator(AffineTransform at)
PathIterator
Shape. getPathIterator(AffineTransform at, double flatness)
Methods in com.itextpdf.awt.geom with parameters of type PathIterator Modifier and Type Method Description void
GeneralPath. append(PathIterator path, boolean connect)
Constructors in com.itextpdf.awt.geom with parameters of type PathIterator Constructor Description FlatteningPathIterator(PathIterator path, double flatness)
FlatteningPathIterator(PathIterator path, double flatness, int limit)
-
Uses of PathIterator in com.itextpdf.awt.geom.gl
Methods in com.itextpdf.awt.geom.gl with parameters of type PathIterator Modifier and Type Method Description static int
Crossing. crossPath(PathIterator p, double x, double y)
Returns how many times ray from point (x,y) cross pathstatic int
Crossing. intersectPath(PathIterator p, double x, double y, double w, double h)
Returns how many times rectangle stripe cross path or the are intersect
-