org.eclipse.birt.chart.factory
Interface IExternalizer
public interface IExternalizer
Provides services for externalization of static text messages rendered in a
chart. The chart title and axis titles are presently externalizable. If chart
engine runs within BIRT, ChartReportItemImpl has implemented this interface
by default, which reuses the model's externalization mechanism, and will
externalize the text with the properties file of the report design or the
library. Otherwise the user should implement it.
Field Summary |
static char |
KEY_SEPARATOR
Defines a separator for a fully externalized message reference containing
a key on the LHS and a value on the RHS separated by the key separator. |
Method Summary |
java.lang.String |
externalizedMessage(java.lang.String sKey,
java.lang.String sDefaultValue,
com.ibm.icu.util.ULocale locale)
|
KEY_SEPARATOR
static final char KEY_SEPARATOR
- Defines a separator for a fully externalized message reference containing
a key on the LHS and a value on the RHS separated by the key separator.
- See Also:
- Constant Field Values
externalizedMessage
java.lang.String externalizedMessage(java.lang.String sKey,
java.lang.String sDefaultValue,
com.ibm.icu.util.ULocale locale)
Copyright © 2005-2008 Actuate Corp. All rights reserved.