Hi Keith,
> I'm trying to limit user interaction in my
> collaborative displays. Is there a way to disable the
> default mouse-Display interactions (zoom, pan rotate
> functions)?
The best way currently is to define your own extension
of MouseHelper that overrides processEvent(AWTEvent)
with an implementation that does nothing. See:
http://www.unidata.ucar.edu/glimpse/visad-list/2255
For a description of how to include your MouseHelper
extension in a Display (note the description is for
DisplayImplJ2D but the analog works for DisplayImplJ3D).
Good luck,
Bill