public class Level extends AbstractConfigurationObject
Constructor and Description |
---|
Level() |
Modifier and Type | Method and Description |
---|---|
Color |
getBorderColor() |
DashStyle |
getBorderDashStyle() |
Number |
getBorderWidth() |
Color |
getColor() |
DataLabels |
getDataLabels() |
TreeMapLayoutAlgorithm |
getLayoutAlgorithm() |
TreeMapLayoutStartingDirection |
getLayoutStartingDirection() |
Number |
getLevel() |
void |
setBorderColor(Color borderColor)
Can set a
borderColor on all points which lies on the same
level. |
void |
setBorderDashStyle(DashStyle borderDashStyle)
Set the dash style of the border of all the point which lies on the
level.
|
void |
setBorderWidth(Number borderWidth)
Can set the borderWidth on all points which lies on the same level.
|
void |
setColor(Color color)
Can set a color on all points which lies on the same level.
|
void |
setDataLabels(DataLabels dataLabels)
Can set the options of dataLabels on each point which lies on the level.
|
void |
setLayoutAlgorithm(TreeMapLayoutAlgorithm layoutAlgorithm)
Can set the layoutAlgorithm option on a specific level.
|
void |
setLayoutStartingDirection(TreeMapLayoutStartingDirection layoutStartingDirection)
Can set the layoutStartingDirection option on a specific level.
|
void |
setLevel(Number level)
Decides which level takes effect from the options set in the levels
object.
|
public Color getBorderColor()
setBorderColor(Color)
public void setBorderColor(Color borderColor)
borderColor
on all points which lies on the same
level.public DashStyle getBorderDashStyle()
setBorderDashStyle(DashStyle)
public void setBorderDashStyle(DashStyle borderDashStyle)
public Number getBorderWidth()
setBorderWidth(Number)
public void setBorderWidth(Number borderWidth)
public Color getColor()
setColor(Color)
public void setColor(Color color)
public DataLabels getDataLabels()
setDataLabels(DataLabels)
public void setDataLabels(DataLabels dataLabels)
Defaults to: undefined
public TreeMapLayoutAlgorithm getLayoutAlgorithm()
public void setLayoutAlgorithm(TreeMapLayoutAlgorithm layoutAlgorithm)
public TreeMapLayoutStartingDirection getLayoutStartingDirection()
public void setLayoutStartingDirection(TreeMapLayoutStartingDirection layoutStartingDirection)
public Number getLevel()
setLevel(Number)
public void setLevel(Number level)
Copyright © 2024. All rights reserved.