org.jfree.xml.attributehandlers
Interface AttributeHandler
- BooleanAttributeHandler, ByteAttributeHandler, CharacterAttributeHandler, DoubleAttributeHandler, FloatAttributeHandler, IntegerAttributeHandler, LongAttributeHandler, ShortAttributeHandler, StringAttributeHandler
An attribute handler is an object that can transform an object into a string or vice
versa.
toAttributeValue
public String toAttributeValue(Object o)
Converts an object to an attribute value.
toPropertyValue
public Object toPropertyValue(String s)
Converts a string to a property value.