j3d.org Code

org.j3d.device.input
Class ButtonModeConstants

java.lang.Object
  extended by org.j3d.device.input.ButtonModeConstants

public class ButtonModeConstants
extends java.lang.Object

Button action constants. Allows a tracker to specify what each button can be used for. Picking is modal whereas all others are specific modes.

Version:
$Revision: 1.1 $
Author:
Alan Hudson

Field Summary
static int EXAMINE
           
static int FLY
           
static int NAV1
          These specify which slot of the NavigationInfo.type field to use
static int NAV2
           
static int NAV3
           
static int NAV4
           
static int NAV5
           
static int NAV6
           
static int NAV7
           
static int NAV8
           
static int NOTHING
           
static int PAN
           
static int PAN_COLLISION
           
static int PICKING
           
static int TILT
           
static int VIEWPOINT_NEXT
          Action a button might perform
static int VIEWPOINT_PREV
           
static int VIEWPOINT_RESET
           
static int WALK
          Absolute choice of a mode.
 
Constructor Summary
ButtonModeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOTHING

public static final int NOTHING
See Also:
Constant Field Values

PICKING

public static final int PICKING
See Also:
Constant Field Values

WALK

public static final int WALK
Absolute choice of a mode. Disallowed modes due to NavInfo will be ignored.

See Also:
Constant Field Values

FLY

public static final int FLY
See Also:
Constant Field Values

EXAMINE

public static final int EXAMINE
See Also:
Constant Field Values

PAN

public static final int PAN
See Also:
Constant Field Values

PAN_COLLISION

public static final int PAN_COLLISION
See Also:
Constant Field Values

TILT

public static final int TILT
See Also:
Constant Field Values

NAV1

public static final int NAV1
These specify which slot of the NavigationInfo.type field to use

See Also:
Constant Field Values

NAV2

public static final int NAV2
See Also:
Constant Field Values

NAV3

public static final int NAV3
See Also:
Constant Field Values

NAV4

public static final int NAV4
See Also:
Constant Field Values

NAV5

public static final int NAV5
See Also:
Constant Field Values

NAV6

public static final int NAV6
See Also:
Constant Field Values

NAV7

public static final int NAV7
See Also:
Constant Field Values

NAV8

public static final int NAV8
See Also:
Constant Field Values

VIEWPOINT_NEXT

public static final int VIEWPOINT_NEXT
Action a button might perform

See Also:
Constant Field Values

VIEWPOINT_PREV

public static final int VIEWPOINT_PREV
See Also:
Constant Field Values

VIEWPOINT_RESET

public static final int VIEWPOINT_RESET
See Also:
Constant Field Values
Constructor Detail

ButtonModeConstants

public ButtonModeConstants()

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org