net.java.games.input
Class LinuxAxisDescriptor

java.lang.Object
  extended by net.java.games.input.LinuxAxisDescriptor

final class LinuxAxisDescriptor
extends java.lang.Object


Constructor Summary
LinuxAxisDescriptor()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int getCode()
           
 int getType()
           
 int hashCode()
           
 void set(int type, int code)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinuxAxisDescriptor

LinuxAxisDescriptor()
Method Detail

set

public final void set(int type,
                      int code)

getType

public final int getType()

getCode

public final int getCode()

hashCode

public final int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public final boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

toString

public final java.lang.String toString()
Overrides:
toString in class java.lang.Object