Package org.apache.fop.fo.properties
Class FontFamilyProperty
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Inner class for creating instances of ListProperty -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final PropertyCache<FontFamilyProperty>
cache holding all canonical FontFamilyProperty instancesFields inherited from class org.apache.fop.fo.properties.ListProperty
list
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Default constructor.private
FontFamilyProperty
(Property prop) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperty
(Property prop) Add a new property to the listThis method expects to be overridden by subclasses.Methods inherited from class org.apache.fop.fo.properties.ListProperty
equals, getList, getObject, hashCode
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
-
Field Details
-
CACHE
cache holding all canonical FontFamilyProperty instances
-
-
Constructor Details
-
FontFamilyProperty
- Parameters:
prop
- the first Property to be added to the list
-
FontFamilyProperty
private FontFamilyProperty()Default constructor.
-
-
Method Details
-
addProperty
Add a new property to the list- Overrides:
addProperty
in classListProperty
- Parameters:
prop
- Property to be added to the list
-
getString
This method expects to be overridden by subclasses.
-