Uses of Class
com.itextpdf.text.pdf.parser.clipper.Clipper.Direction
-
Packages that use Clipper.Direction Package Description com.itextpdf.text.pdf.parser.clipper -
-
Uses of Clipper.Direction in com.itextpdf.text.pdf.parser.clipper
Methods in com.itextpdf.text.pdf.parser.clipper that return Clipper.Direction Modifier and Type Method Description static Clipper.Direction
Clipper.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Clipper.Direction[]
Clipper.Direction. 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.Direction Modifier and Type Method Description private static void
DefaultClipper. getHorzDirection(Edge HorzEdge, Clipper.Direction[] Dir, long[] Left, long[] Right)
Edge
Edge. getNextInAEL(Clipper.Direction direction)
-