public final class DifferenceEntry extends NumberDataPointEntry
| 构造器和说明 |
|---|
DifferenceEntry(double dPositiveValue,
double dNegativeValue)
The constructor.
|
DifferenceEntry(java.lang.Object[] oaTwoComponents)
The constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
com.ibm.icu.math.BigDecimal |
getDivisor()
Returns divisor of big number.
|
java.lang.String |
getFormattedString(FormatSpecifier formatter,
com.ibm.icu.util.ULocale locale)
Returns the formatted string representation of current object by given
formatter and locale.
|
java.lang.String |
getFormattedString(java.lang.String type,
FormatSpecifier formatter,
com.ibm.icu.util.ULocale locale)
Returns the formatted string representation of current object by given
formatter and locale.
|
double |
getNegativeValue() |
java.lang.Number |
getNegativeValueNumber() |
java.lang.Number[] |
getNumberData()
Gets number data from data set.
|
double |
getPositiveValue() |
java.lang.Number |
getPositiveValueNumber() |
boolean |
isBigNumber()
Checks if values are big number.
|
boolean |
isValid()
Returns if the DataPointEntry is valid.
|
void |
setNegativeValue(double value) |
void |
setNegativeValue(java.lang.Number value) |
void |
setNumberData(java.lang.Number[] data)
Sets number data into data set.
|
void |
setPositiveValue(double value) |
void |
setPositiveValue(java.lang.Number value) |
java.lang.String |
toString() |
public DifferenceEntry(double dPositiveValue,
double dNegativeValue)
public DifferenceEntry(java.lang.Object[] oaTwoComponents)
oaTwoComponents - public java.lang.String toString()
toString 在类中 java.lang.Objectpublic final double getPositiveValue()
public final java.lang.Number getPositiveValueNumber()
public final void setPositiveValue(double value)
value - The positive value to set.public final void setPositiveValue(java.lang.Number value)
public final double getNegativeValue()
public final java.lang.Number getNegativeValueNumber()
public final void setNegativeValue(double value)
end - The negative value to set.public final void setNegativeValue(java.lang.Number value)
public java.lang.String getFormattedString(java.lang.String type,
FormatSpecifier formatter,
com.ibm.icu.util.ULocale locale)
IDataPointEntrytype - data point typeformatter - An formatterlocale - Specific locale.#getDataPointTypes()public java.lang.String getFormattedString(FormatSpecifier formatter, com.ibm.icu.util.ULocale locale)
IDataPointEntryformatter - An formatterlocale - Specific locale.public boolean isValid()
IDataPointEntrypublic boolean isBigNumber()
public com.ibm.icu.math.BigDecimal getDivisor()
public void setNumberData(java.lang.Number[] data)
NumberDataPointEntrysetNumberData 在类中 NumberDataPointEntrypublic java.lang.Number[] getNumberData()
NumberDataPointEntrygetNumberData 在类中 NumberDataPointEntryCopyright © 2005-2008 Actuate Corp. All rights reserved.