net.java.games.input
Class LinuxJoystickPOV

java.lang.Object
  extended by net.java.games.input.AbstractComponent
      extended by net.java.games.input.LinuxJoystickAxis
          extended by net.java.games.input.LinuxJoystickPOV
All Implemented Interfaces:
Component

public class LinuxJoystickPOV
extends LinuxJoystickAxis


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.java.games.input.Component
Component.Identifier, Component.POV
 
Constructor Summary
LinuxJoystickPOV(Component.Identifier.Axis id, LinuxJoystickAxis hatX, LinuxJoystickAxis hatY)
           
 
Method Summary
protected  LinuxJoystickAxis getXAxis()
           
protected  LinuxJoystickAxis getYAxis()
           
protected  void updateValue()
           
 
Methods inherited from class net.java.games.input.LinuxJoystickAxis
isAnalog, isRelative, poll, setValue
 
Methods inherited from class net.java.games.input.AbstractComponent
getDeadZone, getEventValue, getIdentifier, getName, getPollData, resetHasPolled, setEventValue, setPollData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinuxJoystickPOV

LinuxJoystickPOV(Component.Identifier.Axis id,
                 LinuxJoystickAxis hatX,
                 LinuxJoystickAxis hatY)
Method Detail

getXAxis

protected LinuxJoystickAxis getXAxis()

getYAxis

protected LinuxJoystickAxis getYAxis()

updateValue

protected void updateValue()