|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.fo.properties.Property | +--org.apache.fop.fo.properties.ListProperty | +--org.apache.fop.fo.properties.FontFamilyProperty
Property class for the font-family property.
Inner Class Summary | |
static class |
FontFamilyProperty.Maker
Inner class for creating instances of ListProperty |
Inner classes inherited from class org.apache.fop.fo.properties.ListProperty |
ListProperty.Maker |
Fields inherited from class org.apache.fop.fo.properties.ListProperty |
list |
Fields inherited from class org.apache.fop.fo.properties.Property |
log |
Constructor Summary | |
FontFamilyProperty(Property prop)
|
Method Summary | |
void |
addProperty(Property prop)
Add a new property to the list |
java.lang.String |
getString()
This method expects to be overridden by subclasses. |
Methods inherited from class org.apache.fop.fo.properties.ListProperty |
getList, getObject |
Methods inherited from class org.apache.fop.fo.properties.Property |
getCharacter, getColorType, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, isAuto, setSpecifiedValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FontFamilyProperty(Property prop)
prop
- the first Property to be added to the listMethod Detail |
public void addProperty(Property prop)
addProperty
in class ListProperty
prop
- Property to be added to the listpublic java.lang.String getString()
Property
getString
in class Property
Property.getString()
|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |