org.jfree.xml.attributehandlers

Class FloatAttributeHandler

public class FloatAttributeHandler extends Object implements AttributeHandler

A class that handles the conversion of Float attributes to and from an appropriate String representation.
Constructor Summary
FloatAttributeHandler()
Creates a new attribute handler.
Method Summary
StringtoAttributeValue(Object o)
Converts the attribute to a string.
ObjecttoPropertyValue(String s)
Converts a string to a Float.

Constructor Detail

FloatAttributeHandler

public FloatAttributeHandler()
Creates a new attribute handler.

Method Detail

toAttributeValue

public String toAttributeValue(Object o)
Converts the attribute to a string.

Parameters: o the attribute (Float expected).

Returns: A string representing the Float value.

toPropertyValue

public Object toPropertyValue(String s)
Converts a string to a Float.

Parameters: s the string.

Returns: a Float.