org.apache.fontbox.afm

Class Composite

public class Composite extends Object

This class represents composite character data.

Version: $Revision: 1.1 $

Author: Ben Litchfield (ben@benlitchfield.com)

Method Summary
voidaddPart(CompositePart part)
This will add a composite part.
StringgetName()
Getter for property name.
ListgetParts()
Getter for property parts.
voidsetName(String nameValue)
Setter for property name.
voidsetParts(List partsList)
Setter for property parts.

Method Detail

addPart

public void addPart(CompositePart part)
This will add a composite part.

Parameters: part The composite part to add.

getName

public String getName()
Getter for property name.

Returns: Value of property name.

getParts

public List getParts()
Getter for property parts.

Returns: Value of property parts.

setName

public void setName(String nameValue)
Setter for property name.

Parameters: nameValue New value of property name.

setParts

public void setParts(List partsList)
Setter for property parts.

Parameters: partsList New value of property parts.