AbstractNesting

abstract class AbstractNesting : Nesting

This class provides a skeletal implementation of the Nesting interface to minimize the effort required to implement this interface.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun <N, Row, Column> getNested(treeMapModel: TreeMapModel<N, Row, Column>, currentRoot: N, node: N, shape: Shape): Shape
Link copied to clipboard
abstract fun <N, Row, Column> subtract(model: TreeMapModel<N, Row, Column>, rectangle: Shape, node: N, amount: Double): Shape