org.fontbox.afm

Class Composite


public class Composite
extends java.lang.Object

This class represents composite character data.
Version:
$Revision: 1.1 $
Author:
Ben Litchfield (ben@benlitchfield.com)

Method Summary

void
addPart(CompositePart part)
This will add a composite part.
String
getName()
Getter for property name.
List
getParts()
Getter for property parts.
void
setName(String nameValue)
Setter for property name.
void
setParts(List partsList)
Setter for property parts.

Method Details

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.