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) classCubicCurve2D.IteratorclassFlatteningPathIterator(package private) classGeneralPath.Iterator(package private) classLine2D.Iterator(package private) classQuadCurve2D.Iterator(package private) classRectangle2D.IteratorFields in com.itextpdf.awt.geom declared as PathIterator Modifier and Type Field Description (package private) PathIteratorFlatteningPathIterator. pThe source PathIteratorMethods in com.itextpdf.awt.geom that return PathIterator Modifier and Type Method Description PathIteratorCubicCurve2D. getPathIterator(AffineTransform t)PathIteratorCubicCurve2D. getPathIterator(AffineTransform at, double flatness)PathIteratorGeneralPath. getPathIterator(AffineTransform t)PathIteratorGeneralPath. getPathIterator(AffineTransform t, double flatness)PathIteratorLine2D. getPathIterator(AffineTransform at)PathIteratorLine2D. getPathIterator(AffineTransform at, double flatness)PathIteratorQuadCurve2D. getPathIterator(AffineTransform t)PathIteratorQuadCurve2D. getPathIterator(AffineTransform t, double flatness)PathIteratorRectangle2D. getPathIterator(AffineTransform t)PathIteratorRectangle2D. getPathIterator(AffineTransform t, double flatness)PathIteratorRectangularShape. getPathIterator(AffineTransform t, double flatness)PathIteratorShape. getPathIterator(AffineTransform at)PathIteratorShape. getPathIterator(AffineTransform at, double flatness)Methods in com.itextpdf.awt.geom with parameters of type PathIterator Modifier and Type Method Description voidGeneralPath. 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 intCrossing. crossPath(PathIterator p, double x, double y)Returns how many times ray from point (x,y) cross pathstatic intCrossing. intersectPath(PathIterator p, double x, double y, double w, double h)Returns how many times rectangle stripe cross path or the are intersect
-