|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jhid.impl.generic.AbstractSlot net.jhid.impl.generic.AbstractAxis
Constructor Summary | |
AbstractAxis(AbstractDevice aDevice,
AxisId aId)
|
Method Summary | |
AxisId |
getId()
|
int |
getValue()
Returns the current position of this axis. |
void |
setValue(int aValue)
|
Methods inherited from class net.jhid.impl.generic.AbstractSlot |
addListener, getAbstractDevice, getDevice, getListenersIterator, removeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.jhid.core.devices.IAxis |
getDevice |
Constructor Detail |
public AbstractAxis(AbstractDevice aDevice, AxisId aId)
Method Detail |
public AxisId getId()
getId
in interface IAxis
public int getValue()
IAxis
getValue
in interface IAxis
public void setValue(int aValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |