org.jfree.report.util
Class TextUtilities
java.lang.Object
org.jfree.report.util.TextUtilities
Todo: Document me!
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)
Parses the given string and returns the parsed integer value or the given default if
the parsing failed.
value
- the to be parsed stringdefaultValue
- the default value