Package org.apache.fontbox.afm
Class Composite
- java.lang.Object
 - 
- org.apache.fontbox.afm.Composite
 
 
- 
public class Composite extends java.lang.ObjectThis class represents composite character data.- Version:
 - $Revision: 1.1 $
 - Author:
 - Ben Litchfield (ben@benlitchfield.com)
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Composite() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPart(CompositePart part)This will add a composite part.java.lang.StringgetName()Getter for property name.java.util.List<CompositePart>getParts()Getter for property parts.voidsetName(java.lang.String nameValue)Setter for property name.voidsetParts(java.util.List<CompositePart> partsList)Setter for property parts. 
 - 
 
- 
- 
Method Detail
- 
getName
public java.lang.String getName()
Getter for property name.- Returns:
 - Value of property name.
 
 
- 
setName
public void setName(java.lang.String nameValue)
Setter for property name.- Parameters:
 nameValue- New value of property name.
 
- 
addPart
public void addPart(CompositePart part)
This will add a composite part.- Parameters:
 part- The composite part to add.
 
- 
getParts
public java.util.List<CompositePart> getParts()
Getter for property parts.- Returns:
 - Value of property parts.
 
 
- 
setParts
public void setParts(java.util.List<CompositePart> partsList)
Setter for property parts.- Parameters:
 partsList- New value of property parts.
 
 - 
 
 -