org.jfree.report.util.beans

Class ColorValueConverter

public class ColorValueConverter extends Object implements ValueConverter

A class that handles the conversion of Integer attributes to and from their String representation.

Author: Thomas Morgner

Constructor Summary
ColorValueConverter()
Creates a new value converter.
Method Summary
StringtoAttributeValue(Object o)
Converts the attribute to a string.
ObjecttoPropertyValue(String value)
Converts a string to a Integer.

Constructor Detail

ColorValueConverter

public ColorValueConverter()
Creates a new value converter.

Method Detail

toAttributeValue

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

Parameters: o the attribute (Integer expected).

Returns: A string representing the Integer value.

toPropertyValue

public Object toPropertyValue(String value)
Converts a string to a Integer.

Parameters: value the string.

Returns: a Integer.