org.apache.fop.fo.properties

Class CharacterProperty


public final class CharacterProperty
extends Property

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(Object obj)
char
getCharacter()
static CharacterProperty
getInstance(char character)
Object
getObject()
String
getString()
int
hashCode()

Methods inherited from class org.apache.fop.fo.properties.Property

getCharacter, getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getList, getNCname, getNumber, getNumeric, getObject, getSpace, getSpecifiedValue, getString, isAuto, setSpecifiedValue, toString

Method Details

equals

public boolean equals(Object obj)

getCharacter

public char getCharacter()
Overrides:
getCharacter in interface Property
Returns:
this.character

getInstance

public static CharacterProperty getInstance(char character)

getObject

public Object getObject()
Overrides:
getObject in interface Property
Returns:
this.character cast as an Object

getString

public String getString()
Overrides:
getString in interface Property
Returns:
this.character cast as a String

hashCode

public int hashCode()

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.