public class DatasetElement extends NativeObjectContainer
Modifier | Constructor and Description |
---|---|
protected |
DatasetElement(CallbacksEnvelop<NativeObject> envelop)
Creates the item using an envelop of the native java script object which contains all properties.
|
Modifier and Type | Method and Description |
---|---|
double |
getAngle()
Returns the angle of data set item.
|
double |
getBase()
Returns the base value of data set.
|
double |
getCircumference()
Returns the circumference of data set item.
|
double |
getControlPointNextX()
Returns the next X control point of data set item in pixel.
|
double |
getControlPointNextY()
Returns the next Y control point of data set item in pixel.
|
double |
getControlPointPreviousX()
Returns the previous X control point of data set item in pixel.
|
double |
getControlPointPreviousY()
Returns the previous Y control point of data set item in pixel.
|
double |
getEndAngle()
Returns the end angle of data set item.
|
double |
getHeight()
Returns the height of data set item in pixel.
|
double |
getInnerRadius()
Returns the inner radius of data set item in pixel.
|
DatasetElementOptions |
getOptions()
Returns the data set item options.
|
double |
getOuterRadius()
Returns the outer radius of data set item in pixel.
|
Parsed |
getParsed()
Returns the parsed values.
|
double |
getStartAngle()
Returns the start angle of data set item.
|
double |
getWidth()
Returns the width of data set item in pixel.
|
double |
getX()
Returns the X location of data set item in pixel.
|
double |
getY()
Returns the Y location of data set item in pixel.
|
boolean |
isHorizontal()
Returns if is an horizontal view.
|
boolean |
isSkipped()
Returns
true if skipped. |
boolean |
isStop()
Returns
true if stopped. |
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
protected DatasetElement(CallbacksEnvelop<NativeObject> envelop)
envelop
- envelop of the nativeObject native java script object which contains all properties.public final DatasetElementOptions getOptions()
public final Parsed getParsed()
public final boolean isHorizontal()
true
if is an horizontal view.public final double getBase()
public final double getX()
public final double getY()
public final double getWidth()
public final double getHeight()
public final boolean isSkipped()
true
if skipped.true
if skipped.public final boolean isStop()
true
if stopped.true
if stopped.public final double getControlPointPreviousX()
public final double getControlPointPreviousY()
public final double getControlPointNextX()
public final double getControlPointNextY()
public final double getAngle()
public final double getStartAngle()
public double getEndAngle()
public double getCircumference()
public double getOuterRadius()
public double getInnerRadius()