Uses of Interface
org.pentaho.reporting.engine.classic.core.util.beans.ValueConverter

Packages that use ValueConverter
org.pentaho.reporting.engine.classic.core.util.beans Bean and property support classes. 
 

Uses of ValueConverter in org.pentaho.reporting.engine.classic.core.util.beans
 

Classes in org.pentaho.reporting.engine.classic.core.util.beans that implement ValueConverter
 class ArrayValueConverter
          An ValueConverter that handles Arrays.
 class BigDecimalValueConverter
          A class that handles the conversion of BigDecimal attributes to and from their String representation.
 class BigIntegerValueConverter
          A class that handles the conversion of BigInteger attributes to and from their String representation.
 class BooleanValueConverter
          A class that handles the conversion of Boolean attributes to and from their String representation.
 class BorderStyleValueConverter
          Creation-Date: 06.09.2007, 14:00:42
 class BoxSizingValueConverter
          Creation-Date: 06.09.2007, 14:00:42
 class ByteValueConverter
          A class that handles the conversion of Byte attributes to and from their String representation.
 class CharacterValueConverter
          A class that handles the conversion of Character attributes to and from their String representation.
 class ClassValueConverter
          A class that handles the conversion of Integer attributes to and from their String representation.
 class ColorValueConverter
          A class that handles the conversion of Integer attributes to and from their String representation.
 class DateValueConverter
          Creation-Date: 09.10.2007, 19:00:02
 class DoubleValueConverter
          A class that handles the conversion of Double attributes to and from their String representation.
 class ElementAlignmentValueConverter
          Creation-Date: 06.09.2007, 14:00:42
 class FloatValueConverter
          A class that handles the conversion of Float attributes to and from their String representation.
 class FontSmoothValueConverter
          Creation-Date: 06.09.2007, 14:00:42
 class FontValueConverter
          Todo: Document Me
 class GenericValueConverter
          A class that handles the conversion of Integer attributes to and from their String representation.
 class ImageMapValueConverter
          Todo: Document me!

Date: 01.03.2010 Time: 14:40:20

 class IntegerValueConverter
          A class that handles the conversion of Integer attributes to and from their String representation.
 class LocaleValueConverter
          Creation-Date: 24.01.2006, 19:19:03
 class LongValueConverter
          A class that handles the conversion of Integer attributes to and from their String representation.
 class ShortValueConverter
          A class that handles the conversion of Integer attributes to and from their String representation.
 class SQLDateValueConverter
          Creation-Date: 09.10.2007, 19:00:02
 class SQLTimestampValueConverter
          Creation-Date: 09.10.2007, 19:00:02
 class SQLTimeValueConverter
          Creation-Date: 09.10.2007, 19:00:02
 class StagingModeValueConverter
          Creation-Date: 06.09.2007, 14:00:42
 class StringValueConverter
          A class that handles the conversion of Integer attributes to and from their String representation.
 class TextWrapValueConverter
          Todo: Document me
 class TimeZoneValueConverter
          Creation-Date: 24.01.2006, 19:19:03
 class VerticalTextAlignValueConverter
          Creation-Date: 06.09.2007, 14:00:42
 class WhitespaceCollapseValueConverter
          Creation-Date: 06.09.2007, 14:00:42
 

Methods in org.pentaho.reporting.engine.classic.core.util.beans that return ValueConverter
 ValueConverter ConverterRegistry.getValueConverter(Class c)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.util.beans with parameters of type ValueConverter
ArrayValueConverter(Class arrayClass, ValueConverter elementConverter)
          Creates a new ArrayValueConverter for the given element type and array type.