Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

Re: Mouse Interactions with VisAD

Hi Yuan,

You can do this by extending two classes (assuming you are using Java3D
for Displays):

  visad/java3d/DefaultDisplayRendererJ3D.java
  visad/java3d/MouseBehaviorJ3D.java

The extension of DefaultDisplayRendererJ3D would override
createSceneGraph, that would differ from
DefaultDisplayRendererJ3D.createSceneGraph in that it constructs
the extension of MouseBehaviorJ3D rather than MouseBehaviorJ3D.

The extension of MouseBehaviorJ3D would override processStimulus,
that would scan the AWTEvents in its 'Enumeration criteria' argument
looking for MouseEvents, then invoke 'super.processStimulus(criteria)'
to let MouseBehaviorJ3D.processStimulus do its work.

Please let me know if you have problems.

Cheers,
Bill
----------------------------------------------------------
Bill Hibbard, SSEC, 1225 W. Dayton St., Madison, WI  53706
hibbard@xxxxxxxxxxxxxxxxx  608-263-4427  fax: 608-263-6738
http://www.ssec.wisc.edu/~billh/vis.html

 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690