|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fontbox.afm.Composite
public class Composite
This class represents composite character data.
Constructor Summary | |
---|---|
Composite()
|
Method Summary | |
---|---|
void |
addPart(CompositePart part)
This will add a composite part. |
java.lang.String |
getName()
Getter for property name. |
java.util.List |
getParts()
Getter for property parts. |
void |
setName(java.lang.String nameValue)
Setter for property name. |
void |
setParts(java.util.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 java.lang.String getName()
public void setName(java.lang.String nameValue)
nameValue
- New value of property name.public void addPart(CompositePart part)
part
- The composite part to add.public java.util.List getParts()
public void setParts(java.util.List partsList)
partsList
- New value of property parts.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |