|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fontbox.afm.Composite
This class represents composite character data.
Constructor Summary | |
Composite()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Composite()
Method Detail |
public String getName()
public void setName(String nameValue)
nameValue
- New value of property name.public void addPart(CompositePart part)
part
- The composite part to add.public List getParts()
public void setParts(List partsList)
partsList
- New value of property parts.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |