maspack.render
Class DrawToolEvent

java.lang.Object
  extended by maspack.render.DrawToolEvent

public class DrawToolEvent
extends java.lang.Object


Constructor Summary
DrawToolEvent(Dragger3d source, GLViewer viewer, int modifiersEx)
           
 
Method Summary
 long getModifiersEx()
           
 Dragger3d getSource()
           
 GLViewer getViewer()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawToolEvent

public DrawToolEvent(Dragger3d source,
                     GLViewer viewer,
                     int modifiersEx)
Method Detail

getSource

public Dragger3d getSource()

getViewer

public GLViewer getViewer()

getModifiersEx

public long getModifiersEx()