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 ofBooleanattributes to and from theirStringrepresentation.ByteAttributeHandler A class that handles the conversion ofByteattributes to and from an appropriateStringrepresentation.CharacterAttributeHandler A class that handles the conversion ofCharacterattributes to and from an appropriateStringrepresentation.DoubleAttributeHandler A class that handles the conversion ofDoubleattributes to and from an appropriateStringrepresentation.FloatAttributeHandler A class that handles the conversion ofFloatattributes to and from an appropriateStringrepresentation.IntegerAttributeHandler A class that handles the conversion ofIntegerattributes to and from an appropriateStringrepresentation.LongAttributeHandler A class that handles the conversion ofLongattributes to and from an appropriateStringrepresentation.ShortAttributeHandler A class that handles the conversion ofShortattributes to and from an appropriateStringrepresentation.StringAttributeHandler AStringattribute handler.