fop 0.94

org.apache.fop.fo.properties
Class FontFamilyProperty

java.lang.Object
  extended by org.apache.fop.fo.properties.Property
      extended by org.apache.fop.fo.properties.ListProperty
          extended by org.apache.fop.fo.properties.FontFamilyProperty

public class FontFamilyProperty
extends ListProperty

Property class for the font-family property.


Nested Class Summary
static class FontFamilyProperty.Maker
          Inner class for creating instances of ListProperty
 
Field Summary
 
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, getColor, 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

FontFamilyProperty

public FontFamilyProperty(Property prop)
Parameters:
prop - the first Property to be added to the list
Method Detail

addProperty

public void addProperty(Property prop)
Add a new property to the list

Overrides:
addProperty in class ListProperty
Parameters:
prop - Property to be added to the list

getString

public java.lang.String getString()
Description copied from class: Property
This method expects to be overridden by subclasses.

Overrides:
getString in class Property
Returns:
String property value
See Also:
Property.getString()

fop 0.94

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.