Package org.jfree.report.util.beans

Bean and property support classes.

Interface Summary

ValueConverter A value converter is an object that can transform an object into a string or vice versa.

Class Summary

ArrayValueConverter An ValueConverter that handles Arrays.
BeanException The BeanException class signals errors when setting or reading bean properties.
BeanPropertyLookupParser ======================================== JFreeReport : a free Java report library ======================================== Project Info: http://reporting.pentaho.org/ (C) Copyright 2000-2007, by Object Refinery Limited, Pentaho Corporation and Contributors.
BeanUtility The BeanUtility class enables access to bean properties using the reflection API.
BigDecimalValueConverter A class that handles the conversion of BigDecimal attributes to and from their String representation.
BigIntegerValueConverter A class that handles the conversion of java.math.BigInteger attributes to and from their String representation.
BooleanValueConverter A class that handles the conversion of Boolean attributes to and from their String representation.
ByteValueConverter A class that handles the conversion of Byte attributes to and from their String representation.
CharacterValueConverter A class that handles the conversion of Character attributes to and from their String representation.
ClassValueConverter A class that handles the conversion of Integer attributes to and from their String representation.
ColorValueConverter A class that handles the conversion of Integer attributes to and from their String representation.
ConverterRegistry ======================================== JFreeReport : a free Java report library ======================================== Project Info: http://reporting.pentaho.org/ (C) Copyright 2000-2007, by Object Refinery Limited, Pentaho Corporation and Contributors.
DoubleValueConverter A class that handles the conversion of Double attributes to and from their String representation.
FloatValueConverter A class that handles the conversion of Float attributes to and from their String representation.
GenericValueConverter A class that handles the conversion of Integer attributes to and from their String representation.
IntegerValueConverter A class that handles the conversion of Integer attributes to and from their String representation.
LocaleValueConverter Creation-Date: 24.01.2006, 19:19:03
LongValueConverter A class that handles the conversion of Integer attributes to and from their String representation.
ShortValueConverter A class that handles the conversion of Integer attributes to and from their String representation.
StringValueConverter A class that handles the conversion of Integer attributes to and from their String representation.
TimeZoneValueConverter Creation-Date: 24.01.2006, 19:19:03
Bean and property support classes.