maspack.render
Class DragToolBase

java.lang.Object
  extended by maspack.render.DragToolBase
Direct Known Subclasses:
Dragger3dBase, DrawToolBase

public class DragToolBase
extends java.lang.Object

Base class for tools that work using mouse-based drag movements. In particular, this class handles the necessary modifier masks.


Constructor Summary
DragToolBase()
           
 
Method Summary
 void updateKeyMasks(GLViewer viewer)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragToolBase

public DragToolBase()
Method Detail

updateKeyMasks

public void updateKeyMasks(GLViewer viewer)