Uses of Class
com.itextpdf.text.pdf.parser.clipper.Clipper.EndType
-
Packages that use Clipper.EndType Package Description com.itextpdf.text.pdf.parser.clipper com.itextpdf.text.pdf.pdfcleanup -
-
Uses of Clipper.EndType in com.itextpdf.text.pdf.parser.clipper
Fields in com.itextpdf.text.pdf.parser.clipper declared as Clipper.EndType Modifier and Type Field Description private Clipper.EndTypePolyNode. endTypeMethods in com.itextpdf.text.pdf.parser.clipper that return Clipper.EndType Modifier and Type Method Description Clipper.EndTypePolyNode. getEndType()static Clipper.EndTypeClipper.EndType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Clipper.EndType[]Clipper.EndType. 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 Clipper.EndType Modifier and Type Method Description voidClipperOffset. addPath(Path path, Clipper.JoinType joinType, Clipper.EndType endType)voidClipperOffset. addPaths(Paths paths, Clipper.JoinType joinType, Clipper.EndType endType)voidPolyNode. setEndType(Clipper.EndType value) -
Uses of Clipper.EndType in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup that return Clipper.EndType Modifier and Type Method Description private static Clipper.EndTypePdfCleanUpRegionFilter. getEndType(int lineCapStyle)Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type Clipper.EndType Modifier and Type Method Description private static java.util.List<Subpath>PdfCleanUpRegionFilter. addPath(ClipperOffset offset, Path path, Clipper.JoinType joinType, Clipper.EndType endType)Adds all subpaths of the path to theClipperOffsetobject with one note: it doesn't add degenerate subpaths.
-