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