Package net.java.games.input
Class Component.Identifier.Axis
- java.lang.Object
-
- net.java.games.input.Component.Identifier
-
- net.java.games.input.Component.Identifier.Axis
-
- Enclosing class:
- Component.Identifier
public static class Component.Identifier.Axis extends Component.Identifier
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.java.games.input.Component.Identifier
Component.Identifier.Axis, Component.Identifier.Button, Component.Identifier.Key
-
-
Field Summary
Fields Modifier and Type Field Description static Component.Identifier.Axis
POV
An axis for a point-of-view control.static Component.Identifier.Axis
RX
An axis for specifying left-right rotational data.static Component.Identifier.Axis
RX_ACCELERATION
An axis for specifying left-right angular acceleration data.static Component.Identifier.Axis
RX_FORCE
An axis for specifying left-right angular force (torque) data.static Component.Identifier.Axis
RX_VELOCITY
An axis for specifying left-right angular velocity data.static Component.Identifier.Axis
RY
An axis for specifying forward-back rotational data.static Component.Identifier.Axis
RY_ACCELERATION
An axis for specifying forward-back angular acceleration data.static Component.Identifier.Axis
RY_FORCE
An axis for specifying forward-back angular force (torque) data.static Component.Identifier.Axis
RY_VELOCITY
An axis for specifying forward-back angular velocity data.static Component.Identifier.Axis
RZ
An axis for specifying up-down rotational data (rudder control).static Component.Identifier.Axis
RZ_ACCELERATION
An axis for specifying up-down angular acceleration data.static Component.Identifier.Axis
RZ_FORCE
An axis for specifying up-down angular force (torque) data.static Component.Identifier.Axis
RZ_VELOCITY
An axis for specifying up-down angular velocity data.static Component.Identifier.Axis
SLIDER
An axis for a slider or mouse wheel.static Component.Identifier.Axis
SLIDER_ACCELERATION
An axis for slider or mouse wheel acceleration data.static Component.Identifier.Axis
SLIDER_FORCE
An axis for slider force data.static Component.Identifier.Axis
SLIDER_VELOCITY
An axis for slider or mouse wheel velocity data.static Component.Identifier.Axis
UNKNOWN
An unknown axis.static Component.Identifier.Axis
X
An axis for specifying vertical data.static Component.Identifier.Axis
X_ACCELERATION
An axis for specifying vertical acceleration data.static Component.Identifier.Axis
X_FORCE
An axis for specifying vertical force data.static Component.Identifier.Axis
X_VELOCITY
An axis for specifying vertical velocity data.static Component.Identifier.Axis
Y
An axis for specifying horizontal data.static Component.Identifier.Axis
Y_ACCELERATION
An axis for specifying horizontal acceleration data.static Component.Identifier.Axis
Y_FORCE
An axis for specifying horizontal force data.static Component.Identifier.Axis
Y_VELOCITY
An axis for specifying horizontal velocity data.static Component.Identifier.Axis
Z
An axis for specifying third dimensional up/down data, or linear data in any direction that is neither horizontal nor vertical.static Component.Identifier.Axis
Z_ACCELERATION
An axis for specifying third dimensional up/down acceleration data.static Component.Identifier.Axis
Z_FORCE
An axis for specifying third dimensional up/down force data.static Component.Identifier.Axis
Z_VELOCITY
An axis for specifying third dimensional up/down velocity data.
-
Constructor Summary
Constructors Modifier Constructor Description protected
Axis(java.lang.String name)
-
Method Summary
-
Methods inherited from class net.java.games.input.Component.Identifier
getName, toString
-
-
-
-
Field Detail
-
X
public static final Component.Identifier.Axis X
An axis for specifying vertical data.
-
Y
public static final Component.Identifier.Axis Y
An axis for specifying horizontal data.
-
Z
public static final Component.Identifier.Axis Z
An axis for specifying third dimensional up/down data, or linear data in any direction that is neither horizontal nor vertical.
-
RX
public static final Component.Identifier.Axis RX
An axis for specifying left-right rotational data.
-
RY
public static final Component.Identifier.Axis RY
An axis for specifying forward-back rotational data.
-
RZ
public static final Component.Identifier.Axis RZ
An axis for specifying up-down rotational data (rudder control).
-
SLIDER
public static final Component.Identifier.Axis SLIDER
An axis for a slider or mouse wheel.
-
SLIDER_ACCELERATION
public static final Component.Identifier.Axis SLIDER_ACCELERATION
An axis for slider or mouse wheel acceleration data.
-
SLIDER_FORCE
public static final Component.Identifier.Axis SLIDER_FORCE
An axis for slider force data.
-
SLIDER_VELOCITY
public static final Component.Identifier.Axis SLIDER_VELOCITY
An axis for slider or mouse wheel velocity data.
-
X_ACCELERATION
public static final Component.Identifier.Axis X_ACCELERATION
An axis for specifying vertical acceleration data.
-
X_FORCE
public static final Component.Identifier.Axis X_FORCE
An axis for specifying vertical force data.
-
X_VELOCITY
public static final Component.Identifier.Axis X_VELOCITY
An axis for specifying vertical velocity data.
-
Y_ACCELERATION
public static final Component.Identifier.Axis Y_ACCELERATION
An axis for specifying horizontal acceleration data.
-
Y_FORCE
public static final Component.Identifier.Axis Y_FORCE
An axis for specifying horizontal force data.
-
Y_VELOCITY
public static final Component.Identifier.Axis Y_VELOCITY
An axis for specifying horizontal velocity data.
-
Z_ACCELERATION
public static final Component.Identifier.Axis Z_ACCELERATION
An axis for specifying third dimensional up/down acceleration data.
-
Z_FORCE
public static final Component.Identifier.Axis Z_FORCE
An axis for specifying third dimensional up/down force data.
-
Z_VELOCITY
public static final Component.Identifier.Axis Z_VELOCITY
An axis for specifying third dimensional up/down velocity data.
-
RX_ACCELERATION
public static final Component.Identifier.Axis RX_ACCELERATION
An axis for specifying left-right angular acceleration data.
-
RX_FORCE
public static final Component.Identifier.Axis RX_FORCE
An axis for specifying left-right angular force (torque) data.
-
RX_VELOCITY
public static final Component.Identifier.Axis RX_VELOCITY
An axis for specifying left-right angular velocity data.
-
RY_ACCELERATION
public static final Component.Identifier.Axis RY_ACCELERATION
An axis for specifying forward-back angular acceleration data.
-
RY_FORCE
public static final Component.Identifier.Axis RY_FORCE
An axis for specifying forward-back angular force (torque) data.
-
RY_VELOCITY
public static final Component.Identifier.Axis RY_VELOCITY
An axis for specifying forward-back angular velocity data.
-
RZ_ACCELERATION
public static final Component.Identifier.Axis RZ_ACCELERATION
An axis for specifying up-down angular acceleration data.
-
RZ_FORCE
public static final Component.Identifier.Axis RZ_FORCE
An axis for specifying up-down angular force (torque) data.
-
RZ_VELOCITY
public static final Component.Identifier.Axis RZ_VELOCITY
An axis for specifying up-down angular velocity data.
-
POV
public static final Component.Identifier.Axis POV
An axis for a point-of-view control.
-
UNKNOWN
public static final Component.Identifier.Axis UNKNOWN
An unknown axis.
-
-