Base Interaction Manager
class BaseInteractionManager<T, P : Position2D<P>>(monitor: AbstractFXDisplay<T, P>) : InteractionManager<T, P>
Content copied to clipboard
An interaction manager that implements pan, select, move, delete and zoom.
Parameters
monitor
the monitor.
Constructors
Link copied to clipboard
fun <T, P : Position2D<P>> BaseInteractionManager(monitor: AbstractFXDisplay<T, P>)
Content copied to clipboard
Types
Functions
Link copied to clipboard
To be called whenever the monitor paints its effects.
Link copied to clipboard
Sets the wormhole.
Link copied to clipboard
Sets the zoom manager.