|
fop 1.0 | |||||||||
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.CharacterProperty
public final class CharacterProperty
Superclass for properties that wrap a character value
Nested Class Summary | |
---|---|
static class |
CharacterProperty.Maker
Inner class for creating instances of CharacterProperty |
Field Summary |
---|
Fields inherited from class org.apache.fop.fo.properties.Property |
---|
log |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
char |
getCharacter()
This method expects to be overridden by subclasses |
static CharacterProperty |
getInstance(char character)
|
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 |
---|
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 CharacterProperty getInstance(char character)
public java.lang.Object getObject()
Property
getObject
in class Property
public char getCharacter()
Property
getCharacter
in class Property
public java.lang.String getString()
Property
getString
in class Property
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |