org.jfree.report.util.beans
public class CharacterValueConverter extends Object implements ValueConverter
| Constructor Summary | |
|---|---|
| CharacterValueConverter()
Creates a new value converter. | |
| 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.