Package org.jfree.report.util.beans
Class ClassValueConverter
java.lang.Object
org.jfree.report.util.beans.ClassValueConverter
- All Implemented Interfaces:
ValueConverter
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConverts an object to an attribute value.Converts a string to a property value.
-
Constructor Details
-
ClassValueConverter
public ClassValueConverter()
-
-
Method Details
-
toAttributeValue
Description copied from interface:ValueConverter
Converts an object to an attribute value.- Specified by:
toAttributeValue
in interfaceValueConverter
- Parameters:
o
- the object.- Returns:
- the attribute value.
-
toPropertyValue
Description copied from interface:ValueConverter
Converts a string to a property value.- Specified by:
toPropertyValue
in interfaceValueConverter
- Parameters:
s
- the string.- Returns:
- a property value.
-