Uses of Interface
com.itextpdf.awt.geom.PathIterator
Packages that use PathIterator
-
Uses of PathIterator in com.itextpdf.awt.geom
Classes in com.itextpdf.awt.geom that implement PathIteratorModifier and TypeClassDescription(package private) class
class
(package private) class
(package private) class
(package private) class
(package private) class
Fields in com.itextpdf.awt.geom declared as PathIteratorModifier and TypeFieldDescription(package private) PathIterator
FlatteningPathIterator.p
The source PathIteratorMethods in com.itextpdf.awt.geom that return PathIteratorModifier and TypeMethodDescriptionCubicCurve2D.getPathIterator
(AffineTransform t) CubicCurve2D.getPathIterator
(AffineTransform at, double flatness) GeneralPath.getPathIterator
(AffineTransform t) GeneralPath.getPathIterator
(AffineTransform t, double flatness) Line2D.getPathIterator
(AffineTransform at) Line2D.getPathIterator
(AffineTransform at, double flatness) QuadCurve2D.getPathIterator
(AffineTransform t) QuadCurve2D.getPathIterator
(AffineTransform t, double flatness) Rectangle2D.getPathIterator
(AffineTransform t) Rectangle2D.getPathIterator
(AffineTransform t, double flatness) RectangularShape.getPathIterator
(AffineTransform t, double flatness) Shape.getPathIterator
(AffineTransform at) Shape.getPathIterator
(AffineTransform at, double flatness) Methods in com.itextpdf.awt.geom with parameters of type PathIteratorConstructors in com.itextpdf.awt.geom with parameters of type PathIteratorModifierConstructorDescriptionFlatteningPathIterator
(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 PathIteratorModifier and TypeMethodDescriptionstatic 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