package org.jfree.xml.attributehandlers
Provides attribute handlers for standard object types.
-
-
An attribute handler is an object that can transform an object into a string or vice
versa.
A class that handles the conversion of
Boolean
attributes to and from their
String
representation.
A class that handles the conversion of
Byte
attributes to and from an appropriate
String
representation.
A class that handles the conversion of
Character
attributes to and from an appropriate
String
representation.
A class that handles the conversion of
Double
attributes to and from an appropriate
String
representation.
A class that handles the conversion of
Float
attributes to and from an appropriate
String
representation.
A class that handles the conversion of
Integer
attributes to and from an appropriate
String
representation.
A class that handles the conversion of
Long
attributes to and from an appropriate
String
representation.
A class that handles the conversion of
Short
attributes to and from an appropriate
String
representation.