Options
All
  • Public
  • Public/Protected
  • All
Menu

used to group UI elements together. Can be used to sync selection/tooltips

Hierarchy

  • ElementManager

Implements

Index

Constructors

constructor

Properties

Protected _brushCallback

_brushCallback: function

Type declaration

Protected _clickCallback

_clickCallback: function

Type declaration

Protected _cursorChangeCallback

_cursorChangeCallback: function

Type declaration

Protected _elems

_elems: UIElement[] = []

the list of elements managed by this manager

Protected _groupInfo

_groupInfo: GroupInfo[]

the groups of elements created by this group

Protected _hoverCallback

_hoverCallback: function

Type declaration

Protected _onBrushCallback

_onBrushCallback: function

Type declaration

    • Parameters

      Returns void

Protected _onClickCallback

_onClickCallback: function

Type declaration

    • Parameters

      Returns void

Protected _onCursorChangeCallback

_onCursorChangeCallback: function

Type declaration

    • Parameters

      Returns void

Protected _onHoverCallback

_onHoverCallback: function

Type declaration

    • Parameters

      Returns void

Protected _onTooltipCallback

_onTooltipCallback: function

Type declaration

Protected _onUpdateCallback

_onUpdateCallback: function

Type declaration

Protected _onZoomCallback

_onZoomCallback: function

Type declaration

    • Parameters

      Returns void

Protected _tooltipCallback

_tooltipCallback: function

Type declaration

Protected _zoomCallback

_zoomCallback: function

Type declaration

Methods

addElement

  • addElement(elem: UIElement, tooltipGroupName?: string, highlightGroupName?: string, renderGroupName?: string): ElementManager
  • add a elem to the manager

    Parameters

    • elem: UIElement

      the elem that should should be added

    • Optional tooltipGroupName: string

      Name of the group that this elem should be "ganged" with when showing tooltips. If not specified, this elem will not be "ganged" with any other elem.

    • Optional highlightGroupName: string

      Name of the group that this elem should be "ganged" with when doing highlighting. If not specified, this elem will not be "ganged" with any other elem.

    • Optional renderGroupName: string

      Name of the group that this elem should be "ganged" with when rerendering. If not specified, this elem will not be "ganged" with any other elem.

    Returns ElementManager

    • The elem manager instance.

addToFocusGroup

  • set the group to sync this elem with

    Parameters

    • elem: UIElement

      the elem that should should be "ganged"

    • groupName: string

      Name of the group that this elem should be "ganged" with.

    Returns ElementManager

    • The elem manager instance.

addToHighlightGroup

addToRenderGroup

addToSelectGroup

  • set the group to sync this elem with

    Parameters

    • elem: UIElement

      the elem that should should be "ganged"

    • groupName: string

      Name of the group that this elem should be "ganged" with.

    Returns ElementManager

    • The elem manager instance.

addToTooltipGroup

clear

  • clear(): void

getElements

removeElement

removeFromFocusGroup

removeFromHighlightGroup

removeFromRenderGroup

removeFromSelectGroup

removeFromTooltipGroup

setBrushCallback

setClickCallback

setHoverCallback

setTooltipCallback

setZoomCallback

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc