public class TreeSeriesItem extends AbstractSeriesItem
TreeSeries
.Constructor and Description |
---|
TreeSeriesItem() |
TreeSeriesItem(String name,
int value) |
TreeSeriesItem(String id,
String name) |
TreeSeriesItem(String name,
TreeSeriesItem parent,
int value) |
Modifier and Type | Method and Description |
---|---|
Number |
getColorValue() |
String |
getParent() |
Number |
getValue() |
void |
setColorValue(Number colorValue)
This value will decide which color the point gets from the scale of the
colorAxis.
|
void |
setParent(String parent)
The value should be the id of the point which is the parent.
|
void |
setParent(TreeSeriesItem parent)
Set the parent of this node.
|
void |
setValue(Number value)
Set the numeric value of this node
|
getClassName, getColorIndex, getId, getLegendIndex, getMarker, getName, getSliced, getX, getY, setClassName, setColorIndex, setId, setLegendIndex, setMarker, setName, setSliced, setX, setX, setX, setY
public TreeSeriesItem()
public TreeSeriesItem(String name, TreeSeriesItem parent, int value)
public TreeSeriesItem(String name, int value)
public String getParent()
setParent(String)
public void setParent(String parent)
parent
- public void setParent(TreeSeriesItem parent)
parent
- public Number getValue()
setValue(Number)
public void setValue(Number value)
value
- public Number getColorValue()
setColorValue(Number)
public void setColorValue(Number colorValue)
colorValue
- Copyright © 2019. All rights reserved.