The InteractionAPI provides functionalities to control the current interaction behavior by
switching between different predefined interaction modes interaction modes.
Quick Start
Example
// Get the webvis default contextconstmyContext = webvis.getContext();// Switch to another interaction modemyContext.setInteractionMode(webvis.InteractionMode.MEASUREMENT_DOUBLE);// Get the current interaction modeconstactiveInteractionMode = myContext.getInteractionMode();// Leave the double measurement mode and switch back to the default interaction behaviour.myContext.resetInteractionMode();
InteractionAPI
Overview
The InteractionAPI provides functionalities to control the current interaction behavior by switching between different predefined interaction modes interaction modes.
Quick Start
Example
Events
The InteractionAPI emits the following events: