AbstractTreeMapToolTip

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

Inheritors

Constructors

Link copied to clipboard
constructor(view: TreeMapView<N, Row, Column>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val height: Int
Link copied to clipboard
open override var node: N?

Sets the current node that the tooltip should display information about.

Link copied to clipboard
open override val popupLocation: Point?
Link copied to clipboard
abstract val preferredLocation: Point?

Gets the preferred location of the tooltip relative to the TreeMapView.

Link copied to clipboard
open override var preferredWidth: Int

Sets the preferred width of the tooltip.

Link copied to clipboard

Sets the type of the tooltip.

Link copied to clipboard
abstract val width: Int

Functions

Link copied to clipboard
fun getInsets(): Insets
Link copied to clipboard
fun getPreferredLocation(p: Point?): Point?

Gets the preferred location of the tooltip relative to the TreeMapView.

Link copied to clipboard
open override fun getPreferredSize(g: TGraphics?): Dimension?

{@inheritDoc}

Link copied to clipboard
Link copied to clipboard
open override fun paintBackground(g: TGraphics)

{@inheritDoc}

Link copied to clipboard
open override fun paintText(g: TGraphics)

{@inheritDoc}

Link copied to clipboard
Link copied to clipboard
abstract fun setSize(d: Dimension)
Link copied to clipboard
open override fun showNode(node: N?)

Shows the current node that the tooltip should display information about.