mxEvent

Defines global constants.

Summary
mxEventDefines global constants.
Variables
GRAPH_MODEL_CHANGEDDefines the name of the graphModelChanged event.
SCALEDefines the name of the scale event.
TRANSLATEDefines the name of the translate event.

Variables

GRAPH_MODEL_CHANGED

public static $GRAPH_MODEL_CHANGED

Defines the name of the graphModelChanged event.

SCALE

public static $SCALE

Defines the name of the scale event.

TRANSLATE

public static $TRANSLATE

Defines the name of the translate event.

public static $GRAPH_MODEL_CHANGED
Defines the name of the graphModelChanged event.
public static $SCALE
Defines the name of the scale event.
public static $TRANSLATE
Defines the name of the translate event.
Close