Leaf Tree Map Node
class LeafTreeMapNode<Row, Column>(row: Row, model: TreeMapModel<AbstractTreeMapNode<Row, Column>, Row, Column>) : AbstractTreeMapNode<Row, Column> , Comparable<AbstractTreeMapNode<Row, Column>>
A leaf node.
Parameters
Properties
Link copied to clipboard
Returns the number of levels above this node -- the distance from the root to this node. If this node is the root, returns 0.
Link copied to clipboard
Returns the number of levels above this node -- the distance from the root to this node. If this node is the root, returns 0.
Link copied to clipboard
Sets the shape after nesting of the item in the map.
Functions
Link copied to clipboard
{@inheritDoc}
Link copied to clipboard
{@inheritDoc}
Link copied to clipboard
{@inheritDoc}
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The label of this node.
Link copied to clipboard
{@inheritDoc}
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
{@inheritDoc}
Link copied to clipboard