The InteractionAPI provides functionalities to control the current interaction behavior by
switching between different predefined interaction modes.
Example
// Activate the predefined mode to perform a double measurement. myContext.setInteractionMode(webvis.InteractionMode.MEASUREMENT_DOUBLE);
// Leave the double measurement mode and switch back to the default interaction behaviour. myContext.setInteractionMode(webvis.InteractionMode.DEFAULT);
The InteractionAPI provides functionalities to control the current interaction behavior by switching between different predefined interaction modes.
Example