TreeMapPopup

interface TreeMapPopup

A popup window (typically to display tooltips)

Inheritors

Properties

Link copied to clipboard
abstract val anchor: Point?

Returns the position of the popup.

Functions

Link copied to clipboard
abstract fun hidePopup()

Hides the popup.

Link copied to clipboard
abstract fun repaint()

Repaints the owner of the popup.

Link copied to clipboard
abstract fun showPopup(x: Int, y: Int, owner: CPComponent)

Shows the popup at the specified x and y coordinates.