public class StackedBarDataset extends BarDataset
stack
property.BarDataset
Constructor and Description |
---|
StackedBarDataset() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IsColor> |
getBackgroundColor()
Returns the fill colors of the elements
|
java.util.List<java.lang.String> |
getBackgroundColorAsString()
Returns the fill colors of the elements
|
java.util.List<IsColor> |
getBorderColor()
Returns the color of the bar border
|
java.util.List<java.lang.String> |
getBorderColorAsString()
Returns the color of the bar border
|
java.util.List<java.lang.Integer> |
getBorderWidth()
Returns the stroke width of the bar in pixels.
|
java.util.List<IsColor> |
getHoverBackgroundColor()
Returns the fill color of the elements when hovered
|
java.util.List<java.lang.String> |
getHoverBackgroundColorAsString()
Returns the fill color of the elements when hovered
|
java.util.List<IsColor> |
getHoverBorderColor()
Returns the stroke color of the elements when hovered
|
java.util.List<java.lang.String> |
getHoverBorderColorAsString()
Returns the stroke color of the elements when hovered
|
java.util.List<java.lang.Integer> |
getHoverBorderWidth()
Returns the stroke width of the elements when hovered.
|
java.lang.String |
getStackGroup()
Returns the name of stack group.
|
void |
setBackgroundColor(IsColor... backgroundColor)
Sets the fill colors of the elements.
|
void |
setBackgroundColor(java.lang.String... backgroundColor)
Sets the fill colors of the elements.
|
void |
setBorderColor(IsColor... borderColor)
Sets the color of the bar border
|
void |
setBorderColor(java.lang.String... borderColor)
Sets the color of the bar border
|
void |
setBorderWidth(int... borderWidth)
Sets the stroke width of the bar in pixels.
|
void |
setHoverBackgroundColor(IsColor... colors)
Sets the fill color of the elements when hovered
|
void |
setHoverBackgroundColor(java.lang.String... colors)
Sets the fill color of the elements when hovered
|
void |
setHoverBorderColor(IsColor... colors)
Sets the stroke color of the elements when hovered
|
void |
setHoverBorderColor(java.lang.String... colors)
Sets the stroke color of the elements when hovered
|
void |
setHoverBorderWidth(int... widths)
Sets the stroke width of the elements when hovered.
|
void |
setStackGroup(java.lang.String stackGroup)
Sets the name of stack group.
|
getBorderSkipped, getDataPoints, getXAxisID, getYAxisID, setBorderSkipped, setDataPoints, setXAxisID, setYAxisID
getData, getLabel, getType, isHidden, setData, setData, setHidden, setLabel, setType
checkAndGetDoubleValues, 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, type
public void setStackGroup(java.lang.String stackGroup)
stackGroup
- name of stack group.public java.lang.String getStackGroup()
public void setBackgroundColor(IsColor... backgroundColor)
backgroundColor
- the fill colors of the elements.public void setBackgroundColor(java.lang.String... backgroundColor)
backgroundColor
- the fill colors of the elements.public java.util.List<java.lang.String> getBackgroundColorAsString()
public java.util.List<IsColor> getBackgroundColor()
public void setBorderColor(IsColor... borderColor)
borderColor
- the color of the bar borderpublic void setBorderColor(java.lang.String... borderColor)
borderColor
- the color of the bar borderpublic java.util.List<java.lang.String> getBorderColorAsString()
public java.util.List<IsColor> getBorderColor()
public void setBorderWidth(int... borderWidth)
borderWidth
- the stroke width of the bar in pixels.public java.util.List<java.lang.Integer> getBorderWidth()
public void setHoverBackgroundColor(IsColor... colors)
colors
- the fill color of the elements when hoveredpublic void setHoverBackgroundColor(java.lang.String... colors)
colors
- the fill color of the elements when hoveredpublic java.util.List<java.lang.String> getHoverBackgroundColorAsString()
public java.util.List<IsColor> getHoverBackgroundColor()
public void setHoverBorderColor(IsColor... colors)
colors
- the stroke color of the elements when hoveredpublic void setHoverBorderColor(java.lang.String... colors)
colors
- the stroke color of the elements when hoveredpublic java.util.List<java.lang.String> getHoverBorderColorAsString()
public java.util.List<IsColor> getHoverBorderColor()
public void setHoverBorderWidth(int... widths)
widths
- the stroke width of the elements when hovered.public java.util.List<java.lang.Integer> getHoverBorderWidth()