public interface StringFormatSpecifier extends FormatSpecifier
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
StringFormatSpecifier |
copyInstance() |
java.lang.String |
format(java.lang.String dValue,
com.ibm.icu.util.ULocale lo)
Formats a value using the internally defined format specifier rules
|
java.lang.String |
getPattern()
Returns the value of the 'Pattern' attribute.
|
void |
setPattern(java.lang.String value)
Sets the value of the '
Pattern' attribute. |
java.lang.String getPattern()
setPattern(String),
AttributePackage.getStringFormatSpecifier_Pattern()void setPattern(java.lang.String value)
Pattern' attribute.
value - the new value of the 'Pattern' attribute.getPattern()StringFormatSpecifier copyInstance()
copyInstance in interface FormatSpecifiercopyInstance in interface IChartObjectjava.lang.String format(java.lang.String dValue,
com.ibm.icu.util.ULocale lo)
dValue - Copyright © 2005-2008 Actuate Corp. All rights reserved.