Uses of Class
com.itextpdf.text.pdf.parser.clipper.Clipper.EndType

Packages that use Clipper.EndType
com.itextpdf.text.pdf.parser.clipper   
 

Uses of Clipper.EndType in com.itextpdf.text.pdf.parser.clipper
 

Methods in com.itextpdf.text.pdf.parser.clipper that return Clipper.EndType
 Clipper.EndType PolyNode.getEndType()
           
static Clipper.EndType Clipper.EndType.valueOf(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're declared.
 

Methods in com.itextpdf.text.pdf.parser.clipper with parameters of type Clipper.EndType
 void ClipperOffset.addPath(Path path, Clipper.JoinType joinType, Clipper.EndType endType)
           
 void ClipperOffset.addPaths(Paths paths, Clipper.JoinType joinType, Clipper.EndType endType)
           
 void PolyNode.setEndType(Clipper.EndType value)
           
 



Copyright © 2015. All Rights Reserved.