org.jfree.xml.attributehandlers
public interface AttributeHandler
| Method Summary | |
|---|---|
| String | toAttributeValue(Object o)
Converts an object to an attribute value.
|
| Object | toPropertyValue(String s)
Converts a string to a property value.
|
Parameters: o the object.
Returns: the attribute value.
Parameters: s the string.
Returns: a property value.