Developing with the SDK > Using and Adding Renderers > Predefined Renderers > 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.

Table 4.15 lists the properties of the Interactor renderer.

Table 4.15 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. 

Table 4.16 lists the per-object rendering properties of the Interactor renderer.

Table 4.16 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 ilog.views.sdm.renderer.IlvInteractorRenderer for more details.