org.jfree.xml.attributehandlers

Class DoubleAttributeHandler

Implemented Interfaces:
AttributeHandler

public class DoubleAttributeHandler
extends java.lang.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

String
toAttributeValue(Object o)
Converts the attribute to a string.
Object
toPropertyValue(String s)
Converts a string to a Double.

Constructor Details

DoubleAttributeHandler

public DoubleAttributeHandler()
Creates a new attribute handler.

Method Details

toAttributeValue

public String toAttributeValue(Object o)
Converts the attribute to a string.
Specified by:
toAttributeValue in interface AttributeHandler
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.
Specified by:
toPropertyValue in interface AttributeHandler
Parameters:
s - the string.
Returns:
a Double.