j3d.org Code

org.j3d.ui.navigation
Interface NavigationState

All Known Subinterfaces:
NavigationStateListener
All Known Implementing Classes:
NavigationToolbar

public interface NavigationState

A collection of navigation state information constants.

Version:
$Revision: 1.2 $
Author:
Justin Couch

Field Summary
static int EXAMINE_STATE
          The navigation state is Examine
static int FLY_STATE
          The navigation state is Flying
static int LOOKAT_STATE
          The navigation state is Examine
static int NO_STATE
          The navigation state is such that there is no navigation
static int PAN_STATE
          The navigation state is Panning
static int TILT_STATE
          The navigation state is Tilt
static int WALK_STATE
          The navigation state is Walking
 

Field Detail

WALK_STATE

static final int WALK_STATE
The navigation state is Walking

See Also:
Constant Field Values

TILT_STATE

static final int TILT_STATE
The navigation state is Tilt

See Also:
Constant Field Values

PAN_STATE

static final int PAN_STATE
The navigation state is Panning

See Also:
Constant Field Values

FLY_STATE

static final int FLY_STATE
The navigation state is Flying

See Also:
Constant Field Values

EXAMINE_STATE

static final int EXAMINE_STATE
The navigation state is Examine

See Also:
Constant Field Values

LOOKAT_STATE

static final int LOOKAT_STATE
The navigation state is Examine

See Also:
Constant Field Values

NO_STATE

static final int NO_STATE
The navigation state is such that there is no navigation

See Also:
Constant Field Values

j3d.org Code

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