org.apache.fop.fo.properties

Class FontFamilyProperty


public final 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

Nested classes/interfaces inherited from class org.apache.fop.fo.properties.ListProperty

ListProperty.Maker

Field Summary

Fields inherited from class org.apache.fop.fo.properties.ListProperty

list

Fields inherited from class org.apache.fop.fo.properties.Property

log

Method Summary

void
addProperty(Property prop)
Add a new property to the list
boolean
equals(Object o)
String
getString()
int
hashCode()

Methods inherited from class org.apache.fop.fo.properties.ListProperty

addProperty, getList, getObject

Methods inherited from class org.apache.fop.fo.properties.Property

getCharacter, getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getList, getNCname, getNumber, getNumeric, getObject, getSpace, getSpecifiedValue, getString, isAuto, setSpecifiedValue, toString

Method Details

addProperty

public void addProperty(Property prop)
Add a new property to the list
Overrides:
addProperty in interface ListProperty
Parameters:
prop - Property to be added to the list

equals

public boolean equals(Object o)

getString

public String getString()
Overrides:
getString in interface Property

hashCode

public int hashCode()

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