public final class FontFamilyProperty extends ListProperty
Modifier and Type | Class and Description |
---|---|
static class |
FontFamilyProperty.Maker
Inner class for creating instances of ListProperty
|
list
Modifier and Type | Method and Description |
---|---|
void |
addProperty(Property prop)
Add a new property to the list
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getString()
This method expects to be overridden by subclasses.
|
int |
hashCode() |
getList, getObject
getCharacter, getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, isAuto, setSpecifiedValue, toString
public void addProperty(Property prop)
addProperty
in class ListProperty
prop
- Property to be added to the listpublic java.lang.String getString()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.