org.jfree.xml.attributehandlers

Class DoubleAttributeHandler

public class DoubleAttributeHandler extends Object implements AttributeHandler

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

Constructor Detail

DoubleAttributeHandler

public DoubleAttributeHandler()
Creates a new attribute handler.

Method Detail

toAttributeValue

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

Parameters: o the attribute (Double expected).

Returns: A string representing the Double value.

toPropertyValue

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

Parameters: s the string.

Returns: a Double.