public final class BubbleEntry extends NumberDataPointEntry
Constructor and Description |
---|
BubbleEntry(java.lang.Object value,
java.lang.Object size)
The constructor.
|
BubbleEntry(java.lang.Object value,
java.lang.Object size,
int index)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.Number[] |
getNumberData()
Gets number data from data set.
|
double |
getSize() |
java.lang.Number |
getSizeNumber() |
java.lang.Object |
getValue() |
boolean |
isBigNumber()
Checks if the value is big number.
|
boolean |
isValid()
Returns if the DataPointEntry is valid.
|
void |
setNumberData(java.lang.Number[] data)
Sets number data into data set.
|
void |
setSize(double dSize) |
void |
setSize(java.lang.Number size) |
void |
setValue(java.lang.Object value) |
java.lang.String |
toString() |
public BubbleEntry(java.lang.Object value, java.lang.Object size, int index)
value
- value could be any type or null. Value will represent a
category entry with the specified index.size
- size could be Number or null. Null means this entry will be
omittedindex
- index for category value. Starting with 1public BubbleEntry(java.lang.Object value, java.lang.Object size)
value
- value could be Number, String, CDateTime or null. Null means
this entry will be omitted.size
- size could be Number or null. Null means this entry will be
omittedpublic java.lang.String toString()
toString
in class java.lang.Object
public final java.lang.Object getValue()
public final void setValue(java.lang.Object value)
value
- The value to set.public final double getSize()
public final java.lang.Number getSizeNumber()
public final void setSize(double dSize)
end
- The size to set.public final void setSize(java.lang.Number size)
public java.lang.String getFormattedString(java.lang.String type, FormatSpecifier formatter, com.ibm.icu.util.ULocale locale)
IDataPointEntry
type
- data point typeformatter
- An formatterlocale
- Specific locale.#getDataPointTypes()
public java.lang.String getFormattedString(FormatSpecifier formatter, com.ibm.icu.util.ULocale locale)
IDataPointEntry
formatter
- An formatterlocale
- Specific locale.public boolean isValid()
IDataPointEntry
public boolean isBigNumber()
public com.ibm.icu.math.BigDecimal getDivisor()
public void setNumberData(java.lang.Number[] data)
NumberDataPointEntry
setNumberData
in class NumberDataPointEntry
public java.lang.Number[] getNumberData()
NumberDataPointEntry
getNumberData
in class NumberDataPointEntry
Copyright © 2005-2008 Actuate Corp. All rights reserved.