C G I N S W

C

closeDevice() - Method in class net.sf.spacenav.SpaceNav
Close the connection to the SpaceNav device

G

getButton() - Method in class net.sf.spacenav.SpaceNavButtonEvent
Get the number of the button.
getRX() - Method in class net.sf.spacenav.SpaceNavMotionEvent
Get the X-rotation
getRY() - Method in class net.sf.spacenav.SpaceNavMotionEvent
Get the Y-rotation
getRZ() - Method in class net.sf.spacenav.SpaceNavMotionEvent
Get the Z-rotation
getX() - Method in class net.sf.spacenav.SpaceNavMotionEvent
Get the X-translation
getY() - Method in class net.sf.spacenav.SpaceNavMotionEvent
Get the Y-translation
getZ() - Method in class net.sf.spacenav.SpaceNavMotionEvent
Get the Z-translation

I

isPressed() - Method in class net.sf.spacenav.SpaceNavButtonEvent
Was the button pressed or released?

N

net.sf.spacenav - package net.sf.spacenav
 

S

setSensitivity(double) - Method in class net.sf.spacenav.SpaceNav
Set sensitivity of device, seems that the daemon multiplies all values with the supplied sensitivity
SpaceNav - Class in net.sf.spacenav
This class provides an interface to the free spacenavd for 3D input devices from 3DConnection (TM), see http://spacenav.sourceforge.net/
SpaceNav() - Constructor for class net.sf.spacenav.SpaceNav
Default constructor, opens the SpaceNav device The connection should be closed with closeDevice() if no longer needed.
SpaceNavButtonEvent - Class in net.sf.spacenav
This class represents a SpaceNav button event.
SpaceNavButtonEvent(int, boolean) - Constructor for class net.sf.spacenav.SpaceNavButtonEvent
Create a new SpaceNavButtonEvent
SpaceNavEvent - Class in net.sf.spacenav
This abstract class represents a SpaceNav-Event, see documentation of subclasses.
SpaceNavEvent() - Constructor for class net.sf.spacenav.SpaceNavEvent
 
SpaceNavMotionEvent - Class in net.sf.spacenav
This class represents a SpaceNav motion event.
SpaceNavMotionEvent(int, int, int, int, int, int) - Constructor for class net.sf.spacenav.SpaceNavMotionEvent
Create a new SpaceNavMotionEvent

W

waitForEvent() - Method in class net.sf.spacenav.SpaceNav
Wait for an event to occur.

C G I N S W