Uses of Interface
org.jfree.xml.attributehandlers.AttributeHandler
-
Packages that use AttributeHandler Package Description org.jfree.xml.attributehandlers Provides attribute handlers for standard object types.org.jfree.xml.util Utility classes for the XML framework. -
-
Uses of AttributeHandler in org.jfree.xml.attributehandlers
Classes in org.jfree.xml.attributehandlers that implement AttributeHandler Modifier and Type Class Description class
BooleanAttributeHandler
A class that handles the conversion ofBoolean
attributes to and from theirString
representation.class
ByteAttributeHandler
A class that handles the conversion ofByte
attributes to and from an appropriateString
representation.class
CharacterAttributeHandler
A class that handles the conversion ofCharacter
attributes to and from an appropriateString
representation.class
DoubleAttributeHandler
A class that handles the conversion ofDouble
attributes to and from an appropriateString
representation.class
FloatAttributeHandler
A class that handles the conversion ofFloat
attributes to and from an appropriateString
representation.class
IntegerAttributeHandler
A class that handles the conversion ofInteger
attributes to and from an appropriateString
representation.class
LongAttributeHandler
A class that handles the conversion ofLong
attributes to and from an appropriateString
representation.class
ShortAttributeHandler
A class that handles the conversion ofShort
attributes to and from an appropriateString
representation.class
StringAttributeHandler
AString
attribute handler. -
Uses of AttributeHandler in org.jfree.xml.util
Fields in org.jfree.xml.util declared as AttributeHandler Modifier and Type Field Description private AttributeHandler
AttributeDefinition. handler
The attribute handler.Methods in org.jfree.xml.util that return AttributeHandler Modifier and Type Method Description AttributeHandler
AttributeDefinition. getHandler()
Returns the handler.private AttributeHandler
ObjectFactoryLoader. loadAttributeHandler(java.lang.String attribute)
Loads an instantiates the attribute handler specified by the given class name.Constructors in org.jfree.xml.util with parameters of type AttributeHandler Constructor Description AttributeDefinition(java.lang.String propertyName, java.lang.String attributeName, AttributeHandler handler)
Creates a new attribute definition.
-