Uses of Enum Class
com.itextpdf.text.pdf.parser.clipper.Clipper.JoinType
Packages that use Clipper.JoinType
-
Uses of Clipper.JoinType in com.itextpdf.text.pdf.parser.clipper
Methods in com.itextpdf.text.pdf.parser.clipper that return Clipper.JoinTypeModifier and TypeMethodDescriptionPolyNode.getJoinType()static Clipper.JoinTypeReturns the enum constant of this class with the specified name.static Clipper.JoinType[]Clipper.JoinType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.itextpdf.text.pdf.parser.clipper with parameters of type Clipper.JoinTypeModifier and TypeMethodDescriptionvoidClipperOffset.addPath(Path path, Clipper.JoinType joinType, Clipper.EndType endType) voidClipperOffset.addPaths(Paths paths, Clipper.JoinType joinType, Clipper.EndType endType) voidPolyNode.setJoinType(Clipper.JoinType value)