Standard Interaction Handlers for plots.

This package contains all standard interaction handlers for WIRED. An interaction handler handles mouse events, draws some feedback into an interaction panel and may post edits to the plot.

To define your own interaction handler you need to implement InteractionHandler, but it is easier to inherit from AbstractInteractionHandler.