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.
List<CompositePart>getParts()
Getter for property parts.
voidsetName(String nameValue)
Setter for property name.
voidsetParts(List<CompositePart> 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<CompositePart> 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<CompositePart> partsList)
Setter for property parts.

Parameters: partsList New value of property parts.

Copyright © 2008-2011 Apache Software Foundation. All Rights Reserved.