The Interactor renderer

The Interactor renderer is a base class for all renderers that attach object interactors to graphic objects. This renderer can also be used directly to install an object interactor specified in the style sheet.
The following table lists the properties of the Interactor renderer.
Global properties of the Interactor renderer
Property
Type
Default
Description
interactor
String
null
Specifies the class name of the object interactor to attach to all the graphic objects.
The following table lists the per-object rendering properties of the Interactor renderer.
Per-object properties of the Interactor renderer
Property
Type
Default
Description
Interactor
String
null
Specifies the class name of the object interactor to attach to a particular graphic object. Overrides the interactor property.
processMouseMoveEvent
boolean
false
Specifies whether mouse motion events are dispatched in addition to mouse click events.
See the class IlvInteractorRenderer for more details.