edu.sdsc.mbt.viewers.GLViewerImpl
Class GvPickEvent

java.lang.Object
  extended byedu.sdsc.mbt.viewers.GLViewerImpl.GvPickEvent

public class GvPickEvent
extends java.lang.Object

GvPickEvent.java
Please complete these missing tags

Author:
John L. Moreland

Field Summary
 double[] coordinate
           
 java.awt.event.MouseEvent mouseEvent
           
 GlRenderable renderable
           
 
Constructor Summary
GvPickEvent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

renderable

public GlRenderable renderable

coordinate

public double[] coordinate

mouseEvent

public java.awt.event.MouseEvent mouseEvent
Constructor Detail

GvPickEvent

public GvPickEvent()