DefaultTreeMapToolTip

Created by luc on 06.05.17.

Constructors

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

Properties

Link copied to clipboard
open override var 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
open override 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
open override var type: TreeMapToolTip.ToolTipType?

Sets the type of the tooltip.

Link copied to clipboard
open override var 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
open override 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.