org.apache.fop.fo.properties
public final class CharacterProperty extends Property
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterProperty.Maker
Inner class for creating instances of CharacterProperty
|
| Modifier and Type | Method and Description |
|---|---|
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() |
getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getList, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, isAuto, setSpecifiedValue, toStringpublic static CharacterProperty getInstance(char character)
public java.lang.Object getObject()
Propertypublic char getCharacter()
PropertygetCharacter in class Propertypublic java.lang.String getString()
Propertypublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.