DefaultTreeMapPopup

An implementation of a popup window using straight painting.

Constructors

Link copied to clipboard
constructor(view: TreeMapView<*, *, *>)

Properties

Link copied to clipboard
open override val anchor: Point?

Returns the position of the popup.

Functions

Link copied to clipboard
open override fun hidePopup()

Hides the popup.

Link copied to clipboard
open override fun repaint()

Repaints the owner of the popup.

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

Shows the popup at the specified x and y coordinates.