MutableTreeMapNode

Defines the requirements for a TreeMapNode that can change.

Parameters

the type of nodes

Inheritors

Properties

Link copied to clipboard
abstract val bounds: Rectangle2D?

Gets the bounding rectangle of the item in the map.

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
abstract override var color: MkColor?

Sets the color of the item in the map.

Link copied to clipboard
abstract val groupByColumn: Column?

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
abstract val isLeaf: Boolean

Tells whether this node is a left.

Link copied to clipboard
abstract val level: Int

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
abstract override var nestedShape: Shape?

Sets the shape after nesting of the item in the map.

Link copied to clipboard
abstract override var shape: Shape?

Sets the shape of the item in the map.

Link copied to clipboard
abstract override var size: Double

Sets the size of the item.

Link copied to clipboard
abstract override var sumSize: Double

Functions

Link copied to clipboard
abstract fun hasNoChildren(): Boolean

Tells whether this node contains children.