public final class BubbleDataset extends Dataset
| Constructor and Description |
|---|
BubbleDataset() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IsColor> |
getBackgroundColor()
Returns the fill color of the arcs in the dataset.
|
java.util.List<java.lang.String> |
getBackgroundColorAsString()
Returns the fill color of the arcs in the dataset as string.
|
java.util.List<IsColor> |
getBorderColor()
Returns the border color of the arcs in the dataset.
|
java.util.List<java.lang.String> |
getBorderColorAsString()
Returns the border color of the arcs in the dataset as string.
|
java.util.List<java.lang.Integer> |
getBorderWidth()
Returns the border width of the arcs in the dataset.
|
java.util.List<java.lang.Double> |
getData()
Returns the data property of a dataset for a chart is specified as an array of numbers.
|
java.util.List<DataPoint> |
getDataPoints()
Returns the data property of a dataset for a chart is specified as an array of data points
|
java.util.List<java.lang.Double> |
getHitRadius()
Returns the pixel size of the non-displayed point that reacts to mouse events.
|
java.util.List<IsColor> |
getHoverBackgroundColor()
Returns the fill color of the arcs when hovered
|
java.util.List<java.lang.String> |
getHoverBackgroundColorAsString()
Returns the fill color of the arcs when hovered as string
|
java.util.List<IsColor> |
getHoverBorderColor()
Returns the stroke color of the arcs when hovered.
|
java.util.List<java.lang.String> |
getHoverBorderColorAsString()
Returns the stroke color of the arcs when hovered.
|
java.util.List<java.lang.Integer> |
getHoverBorderWidth()
Returns the stroke width of the arcs when hovered.
|
java.util.List<java.lang.Double> |
getHoverRadius()
Returns the radius of the point when hovered.
|
JsEnumValueArrayList<PointStyle> |
getPointStyle()
Returns the style of the point.
|
java.util.List<java.lang.Double> |
getRadius()
Returns the radius of the point shape.
|
void |
setBackgroundColor(IsColor... backgroundColor)
Sets the fill color of the arcs in the dataset.
|
void |
setBackgroundColor(java.lang.String... backgroundColor)
Sets the fill color of the arcs in the dataset.
|
void |
setBorderColor(IsColor... borderColor)
Sets the border color of the arcs in the dataset.
|
void |
setBorderColor(java.lang.String... borderColor)
Sets the border color of the arcs in the dataset as string.
|
void |
setBorderWidth(int... borderWidth)
Sets the border width of the arcs in the dataset.
|
void |
setData(double... values)
Sets the data property of a dataset for a chart is specified as an array of numbers.
|
void |
setData(java.util.List<java.lang.Double> values)
Sets the data property of a dataset for a chart is specified as an array of numbers.
|
void |
setDataPoints(DataPoint... datapoints)
Sets the data property of a dataset for a chart is specified as an array of data points.
|
void |
setHitRadius(double... hitRadius)
Sets the pixel size of the non-displayed point that reacts to mouse events.
|
void |
setHoverBackgroundColor(IsColor... colors)
Sets the fill color of the arcs when hovered
|
void |
setHoverBackgroundColor(java.lang.String... colors)
Sets the fill color of the arcs when hovered as string
|
void |
setHoverBorderColor(IsColor... colors)
Sets the stroke color of the arcs when hovered as string.
|
void |
setHoverBorderColor(java.lang.String... colors)
Sets the stroke color of the arcs when hovered as string.
|
void |
setHoverBorderWidth(int... widths)
Sets the stroke width of the arcs when hovered.
|
void |
setHoverRadius(double... hoverRadius)
Sets the radius of the point when hovered.
|
void |
setPointStyle(PointStyle... pointStyle)
Sets the style of the point.
|
void |
setRadius(double... radius)
Sets the radius of the point shape.
|
getLabel, getType, isHidden, setHidden, setLabel, setTypecheckAndGetDoubleValues, checkAndGetEnumValues, checkAndGetIntegerValues, checkAndGetStringValues, checkAndSetDoubleValues, checkAndSetEnumValues, checkAndSetIntegerValues, checkAndSetStringValues, getDoubleArray, getIntegerArray, getJavaScriptObject, getObjectArray, getStringArray, getValue, getValue, getValue, getValue, getValue, getValue, getValue, has, has, hasToBeRegistered, isEmpty, keys, remove, remove, removeIfExists, setDoubleArray, setEnumValueArray, setIntegerArray, setObjectArray, setStringArray, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString, typepublic void setPointStyle(PointStyle... pointStyle)
pointStyle - array of the style of the point.PointStylepublic JsEnumValueArrayList<PointStyle> getPointStyle()
PointStyle.circlePointStylepublic void setHitRadius(double... hitRadius)
hitRadius - array of the pixel size of the non-displayed point.public java.util.List<java.lang.Double> getHitRadius()
public void setHoverRadius(double... hoverRadius)
hoverRadius - array of the radius of the point when hovered.public java.util.List<java.lang.Double> getHoverRadius()
public void setRadius(double... radius)
radius - array of the radius of the point shape.public java.util.List<java.lang.Double> getRadius()
public void setDataPoints(DataPoint... datapoints)
datapoints - an array of data pointsDataPointpublic java.util.List<DataPoint> getDataPoints()
DataPointpublic void setData(double... values)
Datasetpublic void setData(java.util.List<java.lang.Double> values)
DatasetsetData in class Datasetvalues - list of numbers.JsDoubleArrayListpublic java.util.List<java.lang.Double> getData()
DatasetgetData in class DatasetJsDoubleArrayListpublic void setBackgroundColor(IsColor... backgroundColor)
backgroundColor - the fill color of the arcs in the dataset.public void setBackgroundColor(java.lang.String... backgroundColor)
backgroundColor - the fill color of the arcs in the dataset.public java.util.List<java.lang.String> getBackgroundColorAsString()
public java.util.List<IsColor> getBackgroundColor()
public void setBorderColor(IsColor... borderColor)
borderColor - the border color of the arcs in the dataset.public void setBorderColor(java.lang.String... borderColor)
borderColor - the border color of the arcs in the dataset as string.public java.util.List<java.lang.String> getBorderColorAsString()
public java.util.List<IsColor> getBorderColor()
public void setBorderWidth(int... borderWidth)
borderWidth - the border width of the arcs in the dataset.public java.util.List<java.lang.Integer> getBorderWidth()
public void setHoverBackgroundColor(IsColor... colors)
colors - the fill color of the arcs when hoveredpublic void setHoverBackgroundColor(java.lang.String... colors)
colors - the fill color of the arcs when hovered as stringpublic java.util.List<java.lang.String> getHoverBackgroundColorAsString()
public java.util.List<IsColor> getHoverBackgroundColor()
public void setHoverBorderColor(IsColor... colors)
colors - the stroke color of the arcs when hovered as string.public void setHoverBorderColor(java.lang.String... colors)
colors - the stroke color of the arcs when hovered as string.public java.util.List<java.lang.String> getHoverBorderColorAsString()
public java.util.List<IsColor> getHoverBorderColor()
public void setHoverBorderWidth(int... widths)
widths - the stroke width of the arcs when hovered.public java.util.List<java.lang.Integer> getHoverBorderWidth()