OccupiesSpaceProperty

A node's ability to have a Shape.

Inheritors

Properties

Link copied to clipboard
abstract val node: Node<T>
Link copied to clipboard
abstract val shape: Shape<S, A>

The node's shape.

Functions

Link copied to clipboard
abstract fun cloneOnNewNode(node: Node<T>): NodeProperty<T>