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 StringformatWithReplace(MessageFormat format, Object[] inputValues, String nullString) static StringformatWithReplace(DataRow dataRow, MessageFormat format, String[] fields, String nullString) String[]performFormat(DataRow dataRow) voidsetFormatString(String formatString) voidvoidsetNullString(String nullString)
-
Constructor Details
-
MessageFormatSupport
public MessageFormatSupport()
-
-
Method Details
-
getFormatString
-
setFormatString
-
performFormat
- Throws:
DataSourceException
-
getLocale
-
getCompiledFormat
-
setLocale
-
getNullString
-
setNullString
-
clone
- Overrides:
clonein 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)
-