Package net.java.games.input
Class Component.POV
java.lang.Object
net.java.games.input.Component.POV
- Enclosing interface:
- Component
POV enum for different positions.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final floatSynonmous with OFFstatic final floatStandard value for down HAT positionstatic final floatStandard value for down-left HAT positionstatic final floatStandard value for down-right HAT positionstatic final floatStandard value for left HAT positionstatic final floatStandard value for center HAT positionstatic final floatStandard value for right HAT positionstatic final floatStandard value for up HAT positionstatic final floatStandard value for up-left HAT positionstatic final floatStandard value for up-right HAT position
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
OFFpublic static final float OFFStandard value for center HAT position- See Also:
 
- 
CENTERpublic static final float CENTERSynonmous with OFF- See Also:
 
- 
UP_LEFTpublic static final float UP_LEFTStandard value for up-left HAT position- See Also:
 
- 
UPpublic static final float UPStandard value for up HAT position- See Also:
 
- 
UP_RIGHTpublic static final float UP_RIGHTStandard value for up-right HAT position- See Also:
 
- 
RIGHTpublic static final float RIGHTStandard value for right HAT position- See Also:
 
- 
DOWN_RIGHTpublic static final float DOWN_RIGHTStandard value for down-right HAT position- See Also:
 
- 
DOWNpublic static final float DOWNStandard value for down HAT position- See Also:
 
- 
DOWN_LEFTpublic static final float DOWN_LEFTStandard value for down-left HAT position- See Also:
 
- 
LEFTpublic static final float LEFTStandard value for left HAT position- See Also:
 
 
- 
- 
Constructor Details- 
POVpublic POV()
 
-