Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.clipper.Path.OutRec
-
Packages that use Path.OutRec Package Description com.itextpdf.kernel.pdf.canvas.parser.clipper -
-
Uses of Path.OutRec in com.itextpdf.kernel.pdf.canvas.parser.clipper
Fields in com.itextpdf.kernel.pdf.canvas.parser.clipper declared as Path.OutRec Modifier and Type Field Description (package private) Path.OutRecPath.OutRec. firstLeftFields in com.itextpdf.kernel.pdf.canvas.parser.clipper with type parameters of type Path.OutRec Modifier and Type Field Description protected java.util.List<Path.OutRec>DefaultClipper. polyOutsMethods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return Path.OutRec Modifier and Type Method Description private Path.OutRecDefaultClipper. createOutRec()static Path.OutRecPath.OutPt. getLowerMostRec(Path.OutRec outRec1, Path.OutRec outRec2)private Path.OutRecDefaultClipper. getOutRec(int idx)protected static Path.OutRecClipperBase. parseFirstLeft(Path.OutRec FirstLeft)Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type Path.OutRec Modifier and Type Method Description private voidDefaultClipper. fixupFirstLefts1(Path.OutRec OldOutRec, Path.OutRec NewOutRec)private voidDefaultClipper. fixupFirstLefts2(Path.OutRec OldOutRec, Path.OutRec NewOutRec)private voidDefaultClipper. fixupOutPolygon(Path.OutRec outRec)private voidDefaultClipper. fixupOutPolyline(Path.OutRec outrec)static Path.OutRecPath.OutPt. getLowerMostRec(Path.OutRec outRec1, Path.OutRec outRec2)private static booleanDefaultClipper. isParam1RightOfParam2(Path.OutRec outRec1, Path.OutRec outRec2)private booleanDefaultClipper. joinPoints(Path.Join j, Path.OutRec outRec1, Path.OutRec outRec2)protected static Path.OutRecClipperBase. parseFirstLeft(Path.OutRec FirstLeft)private voidDefaultClipper. setHoleState(Edge e, Path.OutRec outRec)private voidDefaultClipper. updateOutPtIdxs(Path.OutRec outrec)
-