|
fop 1.1 | |||||||||
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 TODO convert character value to int in order to denote unicode scalar value instead of a single UTF-16 code element
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)
Get character property instance for 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)
character
- the 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.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |