Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.clipper.IClipper.PolyType
-
Packages that use IClipper.PolyType Package Description com.itextpdf.kernel.pdf.canvas.parser.clipper -
-
Uses of IClipper.PolyType in com.itextpdf.kernel.pdf.canvas.parser.clipper
Fields in com.itextpdf.kernel.pdf.canvas.parser.clipper declared as IClipper.PolyType Modifier and Type Field Description (package private) IClipper.PolyTypeEdge. polyTypMethods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return IClipper.PolyType Modifier and Type Method Description static IClipper.PolyTypeIClipper.PolyType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IClipper.PolyType[]IClipper.PolyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type IClipper.PolyType Modifier and Type Method Description booleanClipperBase. addPath(Path pg, IClipper.PolyType polyType, boolean Closed)voidClipperBridge. addPath(IClipper clipper, Path path, IClipper.PolyType polyType)booleanIClipper. addPath(Path pg, IClipper.PolyType polyType, boolean Closed)booleanClipperBase. addPaths(Paths ppg, IClipper.PolyType polyType, boolean closed)booleanIClipper. addPaths(Paths ppg, IClipper.PolyType polyType, boolean closed)booleanClipperBridge. addPolygonToClipper(IClipper clipper, Point[] polyVertices, IClipper.PolyType polyType)Adds polygon path based on array ofPoint(internally converting them byClipperBridge.convertToLongPoints(java.util.List<com.itextpdf.kernel.geom.Point>)) and adds this path toIClipperinstance, treating the path as a closed polygon.private static voidClipperBase. initEdge2(Edge e, IClipper.PolyType polyType)
-