|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.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. |
String |
getName()
Getter for property name. |
List<CompositePart> |
getParts()
Getter for property parts. |
void |
setName(String nameValue)
Setter for property name. |
void |
setParts(List<CompositePart> 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<CompositePart> getParts()
public void setParts(List<CompositePart> partsList)
partsList
- New value of property parts.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |