Package org.jfree.report.util
Class MessageFormatSupport
java.lang.Object
org.jfree.report.util.MessageFormatSupport
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
static String
formatWithReplace
(MessageFormat format, Object[] inputValues, String nullString) static String
formatWithReplace
(DataRow dataRow, MessageFormat format, String[] fields, String nullString) String[]
performFormat
(DataRow dataRow) void
setFormatString
(String formatString) void
void
setNullString
(String nullString)
-
Constructor Details
-
MessageFormatSupport
public MessageFormatSupport()
-
-
Method Details
-
getFormatString
-
setFormatString
-
performFormat
- Throws:
DataSourceException
-
getLocale
-
getCompiledFormat
-
setLocale
-
getNullString
-
setNullString
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
getFields
-
formatWithReplace
public static String formatWithReplace(DataRow dataRow, MessageFormat format, String[] fields, String nullString) throws DataSourceException - Throws:
DataSourceException
-
formatWithReplace
public static String formatWithReplace(MessageFormat format, Object[] inputValues, String nullString)
-