org.j3d.geom.overlay
Interface InteractiveOverlay

public interface InteractiveOverlay
extends org.j3d.geom.overlay.Overlay
An extended version of the overlay that would like to have interactive input from the mouse and/or keyboard.
Version:
$Revision: 1.1 $
Author:
Justin Couch
Method Detail

setInputRequester

public void setInputRequester(org.j3d.geom.overlay.InputRequester req)
Set the input requestor so that the overlay may manage when it requires input events. If the system is shutting down or the overlay is being removed, the parameter value may be null to clear a previously held instance.
Parameters:
req - The requestor instance to use or null