|
fop 0.95 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.properties.Property
org.apache.fop.fo.properties.StringProperty
Exists primarily as a container for its Maker inner class, which is extended by many string-based FO property classes.
Nested Class Summary | |
static class |
StringProperty.Maker
Inner class for making instances of StringProperty |
Field Summary |
Fields inherited from class org.apache.fop.fo.properties.Property |
log |
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
static StringProperty |
getInstance(java.lang.String str)
Return the canonical StringProperty instance corresponding to the given string value |
java.lang.Object |
getObject()
This method expects to be overridden by subclasses |
java.lang.String |
getString()
This method expects to be overridden by subclasses. |
int |
hashCode()
|
Methods inherited from class org.apache.fop.fo.properties.Property |
getCharacter, getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getList, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, isAuto, setSpecifiedValue, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
public static StringProperty getInstance(java.lang.String str)
str
- the base String
public java.lang.Object getObject()
Property
getObject
in class Property
public java.lang.String getString()
Property
getString
in class Property
public boolean equals(java.lang.Object obj)
public int hashCode()
|
fop 0.95 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |