Uses of Class
org.apache.fontbox.afm.CompositePart
- 
Packages that use CompositePart Package Description org.apache.fontbox.afm This package holds classes used to parse AFM(Adobe Font Metrics) files. - 
- 
Uses of CompositePart in org.apache.fontbox.afm
Methods in org.apache.fontbox.afm that return types with arguments of type CompositePart Modifier and Type Method Description java.util.List<CompositePart>Composite. getParts()Getter for property parts.Methods in org.apache.fontbox.afm with parameters of type CompositePart Modifier and Type Method Description voidComposite. addPart(CompositePart part)This will add a composite part.Method parameters in org.apache.fontbox.afm with type arguments of type CompositePart Modifier and Type Method Description voidComposite. setParts(java.util.List<CompositePart> partsList)Setter for property parts. 
 -