Abstract Rendering
This class provides a skeletal implementation of the Rendering interface to minimize the effort required to implement this interface.
Parameters
Inheritors
Functions
Link copied to clipboard
open override fun <N, Row, Column> getNestingBackground(node: N, model: TreeMapModel<N, Row, Column>): MkColor?
Link copied to clipboard
Link copied to clipboard
open override fun <N, Row, Column> getRenderedShape(view: TreeMapView<N, Row, Column>, model: TreeMapModel<N, Row, Column>, node: N, shape: Shape): Shape
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun <N, Row, Column> paintParentBorder(g: TGraphics, node: N, bounds: Rectangle, shape: Shape, model: TreeMapModel<N, Row, Column>)
Link copied to clipboard