Package org.jfree.xml.attributehandlers
Provides attribute handlers for standard object types.
-
Interface Summary Interface Description AttributeHandler An attribute handler is an object that can transform an object into a string or vice versa. -
Class Summary Class Description BooleanAttributeHandler A class that handles the conversion ofBoolean
attributes to and from theirString
representation.ByteAttributeHandler A class that handles the conversion ofByte
attributes to and from an appropriateString
representation.CharacterAttributeHandler A class that handles the conversion ofCharacter
attributes to and from an appropriateString
representation.DoubleAttributeHandler A class that handles the conversion ofDouble
attributes to and from an appropriateString
representation.FloatAttributeHandler A class that handles the conversion ofFloat
attributes to and from an appropriateString
representation.IntegerAttributeHandler A class that handles the conversion ofInteger
attributes to and from an appropriateString
representation.LongAttributeHandler A class that handles the conversion ofLong
attributes to and from an appropriateString
representation.ShortAttributeHandler A class that handles the conversion ofShort
attributes to and from an appropriateString
representation.StringAttributeHandler AString
attribute handler.