public final class DatasetViewItem extends NativeObjectContainer
Modifier and Type | Method and Description |
---|---|
IsColor |
getBackgroundColor()
Returns the fill color of the dataset item.
|
String |
getBackgroundColorAsString()
Returns the fill color of the dataset item.
|
double |
getBase()
Returns the base value of dataset.
|
IsColor |
getBorderColor()
Returns the color of the dataset item border
|
String |
getBorderColorAsString()
Returns the color of the dataset item border
|
BorderSkipped |
getBorderSkipped()
Returns the edge to skip drawing the border for.
|
int |
getBorderWidth()
Returns the stroke width of the dataset item in pixels.
|
double |
getCircumference()
Returns the circumference of dataset item.
|
double |
getControlPointNextX()
Returns the next X control point of dataset item in pixel.
|
double |
getControlPointNextY()
Returns the next Y control point of dataset item in pixel.
|
double |
getControlPointPreviousX()
Returns the previous X control point of dataset item in pixel.
|
double |
getControlPointPreviousY()
Returns the previous Y control point of dataset item in pixel.
|
String |
getDatasetLabel()
Returns the dataset label.
|
double |
getEndAngle()
Returns the end angle of dataset item.
|
double |
getHeight()
Returns the height of dataset item in pixel.
|
double |
getHitRadius()
Returns the hit radius.
|
double |
getInnerRadius()
Returns the inner radius of dataset item in pixel.
|
String |
getLabel()
Returns the label.
|
double |
getOuterRadius()
Returns the outer radius of dataset item in pixel.
|
List<PointStyle> |
getPointStyle()
Returns the style of the dataset item.
|
double |
getRadius()
Returns the radius of dataset item in pixel.
|
double |
getStartAngle()
Returns the start angle of dataset item.
|
double |
getTension()
Returns the Bezier curve tension (0 for no Bezier curves).
|
double |
getWidth()
Returns the width of dataset item in pixel.
|
double |
getX()
Returns the X location of dataset item in pixel.
|
double |
getY()
Returns the Y location of dataset item in pixel.
|
boolean |
isHorizontal()
Returns if is an horizontal view.
|
boolean |
isSkipped()
Returns
true if skipped. |
boolean |
isSteppedLine()
Returns
true if stepped line has been selected. |
checkValue, empty, getArrayValue, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, keys, remove, remove, removeIfExists, setArrayValue, setArrayValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
public String getDatasetLabel()
UndefinedValues.STRING
.public String getLabel()
UndefinedValues.STRING
.public BorderSkipped getBorderSkipped()
BorderSkipped.FALSE
.public String getBackgroundColorAsString()
public IsColor getBackgroundColor()
public String getBorderColorAsString()
public IsColor getBorderColor()
public int getBorderWidth()
UndefinedValues.INTEGER
.public boolean isHorizontal()
true
if is an horizontal view. Default is UndefinedValues.BOOLEAN
.public double getBase()
UndefinedValues.DOUBLE
.public double getX()
UndefinedValues.DOUBLE
.public double getY()
UndefinedValues.DOUBLE
.public double getWidth()
UndefinedValues.DOUBLE
.public double getHeight()
UndefinedValues.DOUBLE
.public boolean isSkipped()
true
if skipped.true
if skipped. Default is UndefinedValues.BOOLEAN
.public double getRadius()
UndefinedValues.DOUBLE
.public List<PointStyle> getPointStyle()
public double getTension()
public double getHitRadius()
public double getControlPointPreviousX()
UndefinedValues.DOUBLE
.public double getControlPointPreviousY()
UndefinedValues.DOUBLE
.public double getControlPointNextX()
UndefinedValues.DOUBLE
.public double getControlPointNextY()
UndefinedValues.DOUBLE
.public boolean isSteppedLine()
true
if stepped line has been selected.true
if stepped line has been selected.public double getStartAngle()
UndefinedValues.DOUBLE
.public double getEndAngle()
UndefinedValues.DOUBLE
.public double getCircumference()
public double getOuterRadius()
UndefinedValues.DOUBLE
.public double getInnerRadius()
UndefinedValues.DOUBLE
.