public final class TreeMapDataPoint extends AbstractDataPoint
Modifier and Type | Method and Description |
---|---|
<T extends NativeObjectContainer> |
getData(NativeObjectContainerFactory<T> factory)
Returns the object in the user format of the data point.
|
double |
getDepth()
Returns the depth, only available if grouping.
|
String |
getGroup()
Returns the group name, only available if grouping.
|
double |
getGroupSum()
Returns the group sum, only available if grouping.
|
double |
getHeight()
Returns the height in pixel.
|
double |
getSum()
Returns the sum.
|
<T extends NativeObjectContainer> |
getTreeObjects(NativeObjectContainerFactory<T> factory)
Returns the unmodifiable list of tree user objects, related to this data point.
|
double |
getValue()
Returns the value.
|
double |
getWidth()
Returns the width in pixel.
|
double |
getX()
Returns X value.
|
double |
getY()
Returns Y value.
|
getAttribute, getAttributeAsDate, getAttributeAsObject, getAttributeAsString, setAttribute, setAttribute, setAttribute, setAttribute
checkDefaultValuesArgument, 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, type
public <T extends NativeObjectContainer> T getData(NativeObjectContainerFactory<T> factory)
T
- type of user objectfactory
- instance of factory to create the native objectpublic <T extends NativeObjectContainer> List<T> getTreeObjects(NativeObjectContainerFactory<T> factory)
T
- type of tree objectsfactory
- instance of factory to create the native objectpublic double getX()
public double getY()
public double getWidth()
public double getHeight()
public double getValue()
public double getSum()
public double getDepth()
public String getGroup()
public double getGroupSum()