public interface FractionNumberFormatSpecifier extends FormatSpecifier
The following features are supported:
| 限定符和类型 | 方法和说明 |
|---|---|
FractionNumberFormatSpecifier |
copyInstance() |
java.lang.String |
format(double dValue,
java.util.Locale lo)
已过时。
|
java.lang.String |
format(double dValue,
com.ibm.icu.util.ULocale lo)
Formats a value using the internally defined format specifier rules
|
java.lang.String |
getDelimiter()
Returns the value of the 'Delimiter' attribute.
|
int |
getFractionDigits()
Returns the value of the 'Fraction Digits' attribute
|
double |
getNumerator()
Returns the value of the 'Numerator' attribute
|
java.lang.String |
getPrefix()
Returns the value of the 'Prefix' attribute
|
java.lang.String |
getSuffix()
Returns the value of the 'Suffix' attribute
|
boolean |
isPrecise()
Returns the value of the 'Precise' attribute
|
boolean |
isSetDelimiter()
Returns whether the value of the '
Delimiter' attribute is set |
boolean |
isSetFractionDigits()
Returns whether the value of the '
Fraction Digits' attribute is set |
boolean |
isSetNumerator()
Returns whether the value of the '
Numerator' attribute is set |
boolean |
isSetPrecise()
Returns whether the value of the '
Precise' attribute is set |
void |
setDelimiter(java.lang.String value)
Sets the value of the '
Delimiter' attribute |
void |
setFractionDigits(int value)
Sets the value of the '
Fraction Digits' attribute |
void |
setNumerator(double value)
Sets the value of the '
Numerator' attribute |
void |
setPrecise(boolean value)
Sets the value of the '
Precise' attribute |
void |
setPrefix(java.lang.String value)
Sets the value of the '
Prefix' attribute |
void |
setSuffix(java.lang.String value)
Sets the value of the '
Suffix' attribute |
void |
unsetDelimiter()
Unsets the value of the '
Delimiter' attribute |
void |
unsetFractionDigits()
Unsets the value of the '
Fraction Digits' attribute |
void |
unsetNumerator()
Unsets the value of the '
Numerator' attribute |
void |
unsetPrecise()
Unsets the value of the '
Precise' attribute |
boolean isPrecise()
isSetPrecise(),
unsetPrecise(),
setPrecise(boolean),
AttributePackage.getFractionNumberFormatSpecifier_Precise()void setPrecise(boolean value)
Precise' attribute.
value - the new value of the 'Precise' attribute.isSetPrecise(),
unsetPrecise(),
isPrecise()void unsetPrecise()
Precise' attribute.
boolean isSetPrecise()
Precise' attribute is set.
unsetPrecise(),
isPrecise(),
setPrecise(boolean)int getFractionDigits()
isSetFractionDigits(),
unsetFractionDigits(),
setFractionDigits(int),
AttributePackage.getFractionNumberFormatSpecifier_FractionDigits()void setFractionDigits(int value)
Fraction Digits' attribute.
value - the new value of the 'Fraction Digits' attribute.isSetFractionDigits(),
unsetFractionDigits(),
getFractionDigits()void unsetFractionDigits()
Fraction Digits' attribute.
boolean isSetFractionDigits()
Fraction Digits' attribute is set.
unsetFractionDigits(),
getFractionDigits(),
setFractionDigits(int)double getNumerator()
isSetNumerator(),
unsetNumerator(),
setNumerator(double),
AttributePackage.getFractionNumberFormatSpecifier_Numerator()void setNumerator(double value)
Numerator' attribute.
value - the new value of the 'Numerator' attribute.isSetNumerator(),
unsetNumerator(),
getNumerator()void unsetNumerator()
Numerator' attribute.
boolean isSetNumerator()
Numerator' attribute is set.
unsetNumerator(),
getNumerator(),
setNumerator(double)java.lang.String getPrefix()
setPrefix(String),
AttributePackage.getFractionNumberFormatSpecifier_Prefix()void setPrefix(java.lang.String value)
Prefix' attribute.
value - the new value of the 'Prefix' attribute.getPrefix()java.lang.String getSuffix()
setSuffix(String),
AttributePackage.getFractionNumberFormatSpecifier_Suffix()void setSuffix(java.lang.String value)
Suffix' attribute.
value - the new value of the 'Suffix' attribute.getSuffix()java.lang.String getDelimiter()
"/".
Attribute "Delimiter" specifies the string as the fraction stroke, by default it'is "/".
isSetDelimiter(),
unsetDelimiter(),
setDelimiter(String),
AttributePackage.getFractionNumberFormatSpecifier_Delimiter()void setDelimiter(java.lang.String value)
Delimiter' attribute.
value - the new value of the 'Delimiter' attribute.isSetDelimiter(),
unsetDelimiter(),
getDelimiter()void unsetDelimiter()
Delimiter' attribute.
boolean isSetDelimiter()
Delimiter' attribute is set.
unsetDelimiter(),
getDelimiter(),
setDelimiter(String)java.lang.String format(double dValue,
java.util.Locale lo)
dValue - java.lang.String format(double dValue,
com.ibm.icu.util.ULocale lo)
dValue - FractionNumberFormatSpecifier copyInstance()
copyInstance 在接口中 FormatSpecifiercopyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.