|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.fo.properties.Property | +--org.apache.fop.fo.properties.CharacterProperty
Superclass for properties that wrap a character value
Inner Class Summary | |
static class |
CharacterProperty.Maker
Inner class for creating instances of CharacterProperty |
Fields inherited from class org.apache.fop.fo.properties.Property |
log |
Constructor Summary | |
CharacterProperty(char character)
|
Method Summary | |
char |
getCharacter()
This method expects to be overridden by subclasses |
java.lang.Object |
getObject()
This method expects to be overridden by subclasses |
java.lang.String |
getString()
This method expects to be overridden by subclasses. |
Methods inherited from class org.apache.fop.fo.properties.Property |
getColorType, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getList, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, isAuto, setSpecifiedValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CharacterProperty(char character)
character
- character value to be wrapped in this propertyMethod Detail |
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
|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |