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:ValueConverterConverts an object to an attribute value.- Specified by:
toAttributeValuein interfaceValueConverter- Parameters:
o- the object.- Returns:
- the attribute value.
-
toPropertyValue
Description copied from interface:ValueConverterConverts a string to a property value.- Specified by:
toPropertyValuein interfaceValueConverter- Parameters:
s- the string.- Returns:
- a property value.
-