| java.lang.Object org.jfree.report.util.TextUtilities
TextUtilities | public class TextUtilities (Code) | | Todo: Document me!
author: Thomas Morgner since: 30.03.2007 |
Method Summary | |
public static int | parseInt(String value, int defaultValue) Parses the given string and returns the parsed integer value or the given default if
the parsing failed. |
parseInt | public static int parseInt(String value, int defaultValue)(Code) | | Parses the given string and returns the parsed integer value or the given default if
the parsing failed.
Parameters: value - the to be parsed string Parameters: defaultValue - the default value the parsed string. |
|
|