org.jfree.xml.attributehandlers

Class ByteAttributeHandler

public class ByteAttributeHandler extends Object implements AttributeHandler

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

Constructor Detail

ByteAttributeHandler

public ByteAttributeHandler()
Creates a new attribute handler.

Method Detail

toAttributeValue

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

Parameters: o the attribute (Byte expected).

Returns: A string representing the Byte value.

toPropertyValue

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

Parameters: s the string.

Returns: a Byte.