Uses of Enum
com.itextpdf.kernel.pdf.canvas.parser.clipper.IClipper.PolyType
Packages that use IClipper.PolyType
-
Uses of IClipper.PolyType in com.itextpdf.kernel.pdf.canvas.parser.clipper
Fields in com.itextpdf.kernel.pdf.canvas.parser.clipper declared as IClipper.PolyTypeMethods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return IClipper.PolyTypeModifier and TypeMethodDescriptionstatic IClipper.PolyType
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.PolyTypeModifier and TypeMethodDescriptionboolean
ClipperBase.addPath
(Path pg, IClipper.PolyType polyType, boolean Closed) void
ClipperBridge.addPath
(IClipper clipper, Path path, IClipper.PolyType polyType) boolean
IClipper.addPath
(Path pg, IClipper.PolyType polyType, boolean Closed) boolean
ClipperBase.addPaths
(Paths ppg, IClipper.PolyType polyType, boolean closed) boolean
IClipper.addPaths
(Paths ppg, IClipper.PolyType polyType, boolean closed) boolean
ClipperBridge.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 toIClipper
instance, treating the path as a closed polygon.private static void
ClipperBase.initEdge2
(Edge e, IClipper.PolyType polyType)