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