org.jfree.report.util
public class TextUtilities extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static int |
parseInt(java.lang.String value,
int defaultValue)
Parses the given string and returns the parsed integer value or the given default if
the parsing failed.
|