Options
All
  • Public
  • Public/Protected
  • All
Menu

Event handler that selects rectangular regions. This is not built-into [mxGraph]. To enable rubberband selection in a graph, use the following code.

Hierarchy

  • mxRubberband

Index

Constructors

constructor

Properties

defaultOpacity

defaultOpacity: number

Specifies the default opacity to be used for the rubberband div. Default is 20.

fadeOut

fadeOut: boolean

Optional fade out effect. Default is false.

graph

graph: mxGraph

Methods

createShape

  • createShape(): HTMLElement

isEnabled

  • isEnabled(): boolean

start

  • start(x: number, y: number): void

Generated using TypeDoc