Uses of Class
com.itextpdf.text.pdf.parser.clipper.PolyNode.NodeType
-
Packages that use PolyNode.NodeType Package Description com.itextpdf.text.pdf.parser.clipper -
-
Uses of PolyNode.NodeType in com.itextpdf.text.pdf.parser.clipper
Methods in com.itextpdf.text.pdf.parser.clipper that return PolyNode.NodeType Modifier and Type Method Description static PolyNode.NodeType
PolyNode.NodeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PolyNode.NodeType[]
PolyNode.NodeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.text.pdf.parser.clipper with parameters of type PolyNode.NodeType Modifier and Type Method Description void
Paths. addPolyNode(PolyNode polynode, PolyNode.NodeType nt)
-