org.jfree.xml.attributehandlers
public class CharacterAttributeHandler extends Object implements AttributeHandler
| Constructor Summary | |
|---|---|
| CharacterAttributeHandler()
Creates a new attribute handler. | |
| Method Summary | |
|---|---|
| String | toAttributeValue(Object o)
Converts the attribute to a string.
|
| Object | toPropertyValue(String s)
Converts a string to a Character.
|
Parameters: o the attribute (Character expected).
Returns: A string representing the Character value.
Parameters: s the string.
Returns: a Character.