Package org.jfree.xml.attributehandlers

Interface Summary
AttributeHandler An attribute handler is an object that can transform an object into a string or vice versa.
 

Class Summary
BooleanAttributeHandler A class that handles the conversion of Boolean attributes to and from their String representation.
ByteAttributeHandler A class that handles the conversion of Byte attributes to and from an appropriate String representation.
CharacterAttributeHandler A class that handles the conversion of Character attributes to and from an appropriate String representation.
DoubleAttributeHandler A class that handles the conversion of Double attributes to and from an appropriate String representation.
FloatAttributeHandler A class that handles the conversion of Float attributes to and from an appropriate String representation.
IntegerAttributeHandler A class that handles the conversion of Integer attributes to and from an appropriate String representation.
LongAttributeHandler A class that handles the conversion of Long attributes to and from an appropriate String representation.
ShortAttributeHandler A class that handles the conversion of Short attributes to and from an appropriate String representation.
StringAttributeHandler A String attribute handler.