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
- 
Nested Class SummaryNested classes/interfaces inherited from class net.java.games.input.Component.IdentifierComponent.Identifier.Axis, Component.Identifier.Button, Component.Identifier.Key
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Component.Identifier.AxisAn axis for a point-of-view control.static final Component.Identifier.AxisAn axis for specifying left-right rotational data.static final Component.Identifier.AxisAn axis for specifying left-right angular acceleration data.static final Component.Identifier.AxisAn axis for specifying left-right angular force (torque) data.static final Component.Identifier.AxisAn axis for specifying left-right angular velocity data.static final Component.Identifier.AxisAn axis for specifying forward-back rotational data.static final Component.Identifier.AxisAn axis for specifying forward-back angular acceleration data.static final Component.Identifier.AxisAn axis for specifying forward-back angular force (torque) data.static final Component.Identifier.AxisAn axis for specifying forward-back angular velocity data.static final Component.Identifier.AxisAn axis for specifying up-down rotational data (rudder control).static final Component.Identifier.AxisAn axis for specifying up-down angular acceleration data.static final Component.Identifier.AxisAn axis for specifying up-down angular force (torque) data.static final Component.Identifier.AxisAn axis for specifying up-down angular velocity data.static final Component.Identifier.AxisAn axis for a slider or mouse wheel.static final Component.Identifier.AxisAn axis for slider or mouse wheel acceleration data.static final Component.Identifier.AxisAn axis for slider force data.static final Component.Identifier.AxisAn axis for slider or mouse wheel velocity data.static final Component.Identifier.AxisAn unknown axis.static final Component.Identifier.AxisAn axis for specifying vertical data.static final Component.Identifier.AxisAn axis for specifying vertical acceleration data.static final Component.Identifier.AxisAn axis for specifying vertical force data.static final Component.Identifier.AxisAn axis for specifying vertical velocity data.static final Component.Identifier.AxisAn axis for specifying horizontal data.static final Component.Identifier.AxisAn axis for specifying horizontal acceleration data.static final Component.Identifier.AxisAn axis for specifying horizontal force data.static final Component.Identifier.AxisAn axis for specifying horizontal velocity data.static final Component.Identifier.AxisAn axis for specifying third dimensional up/down data, or linear data in any direction that is neither horizontal nor vertical.static final Component.Identifier.AxisAn axis for specifying third dimensional up/down acceleration data.static final Component.Identifier.AxisAn axis for specifying third dimensional up/down force data.static final Component.Identifier.AxisAn axis for specifying third dimensional up/down velocity data.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.java.games.input.Component.IdentifiergetName, toString
- 
Field Details- 
XAn axis for specifying vertical data.
- 
YAn axis for specifying horizontal data.
- 
ZAn axis for specifying third dimensional up/down data, or linear data in any direction that is neither horizontal nor vertical.
- 
RXAn axis for specifying left-right rotational data.
- 
RYAn axis for specifying forward-back rotational data.
- 
RZAn axis for specifying up-down rotational data (rudder control).
- 
SLIDERAn axis for a slider or mouse wheel.
- 
SLIDER_ACCELERATIONAn axis for slider or mouse wheel acceleration data.
- 
SLIDER_FORCEAn axis for slider force data.
- 
SLIDER_VELOCITYAn axis for slider or mouse wheel velocity data.
- 
X_ACCELERATIONAn axis for specifying vertical acceleration data.
- 
X_FORCEAn axis for specifying vertical force data.
- 
X_VELOCITYAn axis for specifying vertical velocity data.
- 
Y_ACCELERATIONAn axis for specifying horizontal acceleration data.
- 
Y_FORCEAn axis for specifying horizontal force data.
- 
Y_VELOCITYAn axis for specifying horizontal velocity data.
- 
Z_ACCELERATIONAn axis for specifying third dimensional up/down acceleration data.
- 
Z_FORCEAn axis for specifying third dimensional up/down force data.
- 
Z_VELOCITYAn axis for specifying third dimensional up/down velocity data.
- 
RX_ACCELERATIONAn axis for specifying left-right angular acceleration data.
- 
RX_FORCEAn axis for specifying left-right angular force (torque) data.
- 
RX_VELOCITYAn axis for specifying left-right angular velocity data.
- 
RY_ACCELERATIONAn axis for specifying forward-back angular acceleration data.
- 
RY_FORCEAn axis for specifying forward-back angular force (torque) data.
- 
RY_VELOCITYAn axis for specifying forward-back angular velocity data.
- 
RZ_ACCELERATIONAn axis for specifying up-down angular acceleration data.
- 
RZ_FORCEAn axis for specifying up-down angular force (torque) data.
- 
RZ_VELOCITYAn axis for specifying up-down angular velocity data.
- 
POVAn axis for a point-of-view control.
- 
UNKNOWNAn unknown axis.
 
- 
- 
Constructor Details- 
Axis- Parameters:
- name-
 
 
-