Class StringValueConverter

java.lang.Object
org.jfree.report.util.beans.StringValueConverter
All Implemented Interfaces:
ValueConverter

public class StringValueConverter extends Object implements ValueConverter
A class that handles the conversion of Integer attributes to and from their String representation.
Author:
Thomas Morgner
  • Constructor Details

    • StringValueConverter

      public StringValueConverter()
      Creates a new value converter.
  • Method Details