public final class BubbleMapDataPoint extends AbstractDataPoint
latitude and longitude properties and a value property containing the value for the coloring.| Modifier and Type | Class and Description |
|---|---|
static class |
BubbleMapDataPoint.BubbleMapDataPointFactory
Creates
BubbleMapDataPoint form a NativeObject. |
| Modifier and Type | Field and Description |
|---|---|
static BubbleMapDataPoint.BubbleMapDataPointFactory |
FACTORY
Factory instance to create data points.
|
| Constructor and Description |
|---|
BubbleMapDataPoint()
Creates the object with an empty native object.
|
BubbleMapDataPoint(double latitude,
double longitude)
Creates the object with the assigned latitude and longitude.
|
BubbleMapDataPoint(double latitude,
double longitude,
double value)
Creates the object with the assigned latitude, longitude and value.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getLatitude()
Returns the latitude of the data.
|
double |
getLongitude()
Returns the longitude of the data.
|
double |
getValue()
Returns the value for the coloring.
|
void |
setLatitude(double latitude)
Sets the latitude of the data.
|
void |
setLongitude(double longitude)
Sets the longitude of the data.
|
void |
setValue(double value)
Sets the value for the coloring.
|
getAttribute, getAttributeAsDate, getAttributeAsObject, getAttributeAsString, setAttribute, setAttribute, setAttribute, setAttributecheckDefaultValuesArgument, empty, getArrayValue, getElement, getIncrementalId, getNativeChart, getNativeEvent, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, isType, keys, loadNativeObject, remove, remove, setArrayValue, setArrayValue, setArrayValue, setElement, setEmptyValue, setNewIncrementalId, setNewIncrementalId, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, typepublic static final BubbleMapDataPoint.BubbleMapDataPointFactory FACTORY
DataItem to get the data point for bubble map chart.public BubbleMapDataPoint()
public BubbleMapDataPoint(double latitude,
double longitude)
latitude - the latitude of the datalongitude - the longitude of the datapublic BubbleMapDataPoint(double latitude,
double longitude,
double value)
latitude - the latitude of the datalongitude - the longitude of the datavalue - the value for the coloringpublic void setLatitude(double latitude)
latitude - the latitude of the datapublic double getLatitude()
public void setLongitude(double longitude)
longitude - the longitude of the datapublic double getLongitude()
public final void setValue(double value)
value - the value for the coloringpublic final double getValue()