Uses of Class
com.itextpdf.kernel.pdf.canvas.parser.clipper.IClipper.Direction
-
Packages that use IClipper.Direction Package Description com.itextpdf.kernel.pdf.canvas.parser.clipper -
-
Uses of IClipper.Direction in com.itextpdf.kernel.pdf.canvas.parser.clipper
Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper that return IClipper.Direction Modifier and Type Method Description static IClipper.Direction
IClipper.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IClipper.Direction[]
IClipper.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.kernel.pdf.canvas.parser.clipper with parameters of type IClipper.Direction Modifier and Type Method Description private static void
DefaultClipper. getHorzDirection(Edge HorzEdge, IClipper.Direction[] Dir, long[] Left, long[] Right)
Edge
Edge. getNextInAEL(IClipper.Direction direction)
-