|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.afp.fonts.FontCollection
The class provides a wrapper for the collection of installed fonts.
Field Summary | |
protected static org.apache.commons.logging.Log |
LOGGER
Static logging instance |
Constructor Summary | |
FontCollection()
Constructor for the font collection. |
Method Summary | |
void |
addFontFamily(FontFamily fontFamily)
Method to add font family objects to the font collection |
java.util.Collection |
getCollection()
Method to return a collection of all the font family objects. |
FontFamily |
getFontFamily(java.lang.String name)
This method will obtain an FontFamily object for the specified name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final org.apache.commons.logging.Log LOGGER
Constructor Detail |
public FontCollection()
Method Detail |
public void addFontFamily(FontFamily fontFamily)
fontFamily
- the font family to be addedpublic FontFamily getFontFamily(java.lang.String name)
name
- the font family name
public java.util.Collection getCollection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |