NCSA Portfolio

ncsa.devices.wand
Class WandDevice

java.lang.Object
  |
  +--ncsa.devices.NCSAInputDevice
        |
        +--ncsa.devices.wand.WandDriver
              |
              +--ncsa.devices.wand.WandDevice

public class WandDevice
extends WandDriver


Fields inherited from class ncsa.devices.wand.WandDriver
BUTTONS, VALUATORS
 
Constructor Summary
WandDevice()
           
 
Method Summary
 int button(int index)
           
 void pollAndProcessInput()
           
 
Methods inherited from class ncsa.devices.wand.WandDriver
main, portfolioDeviceInitializing, process, serialEvent, valuator
 
Methods inherited from class ncsa.devices.NCSAInputDevice
close, getName, getProcessingMode, getSensor, getSensorCount, initialize, initializePortfolioDevice, initializePortfolioDevice, processStreamInput, setNominalPositionAndOrientation, setProcessingMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WandDevice

public WandDevice()
Method Detail

button

public int button(int index)
Overrides:
button in class WandDriver

pollAndProcessInput

public void pollAndProcessInput()
Overrides:
pollAndProcessInput in class ncsa.devices.NCSAInputDevice

NCSA Portfolio

NCSA Portfolio, Copyright 1997-1999, National Center for Supercomputing Applications, University of Illinois Urbana-Champaign, All Rights Reserved