|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.input.devices.components.DeviceComponent
org.jagatoo.input.devices.components.AnalogDeviceComponent
org.jagatoo.input.devices.components.MouseAxis
public final class MouseAxis
Represents one axis of a mouse device.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jagatoo.input.devices.components.DeviceComponent |
|---|
DeviceComponent.Type |
| Field Summary |
|---|
| Fields inherited from class org.jagatoo.input.devices.components.DeviceComponent |
|---|
nextID |
| Constructor Summary | |
|---|---|
MouseAxis(Mouse mouse,
char id,
java.lang.String name)
Create a new MouseAxis. |
|
| Method Summary | |
|---|---|
char |
getID()
|
Mouse |
getMouse()
|
java.lang.String |
toString()
|
| Methods inherited from class org.jagatoo.input.devices.components.AnalogDeviceComponent |
|---|
addValue, addValue, getFloatValue, getIntValue, getScale, setScale, setValue, setValue, setValue |
| Methods inherited from class org.jagatoo.input.devices.components.DeviceComponent |
|---|
bindAction, bindAction, getDeviceComponentID, getLocalizedName, getName, getType, isAnalog, isDigital, notifyBoundActions, unbindAction, unbindAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MouseAxis(Mouse mouse,
char id,
java.lang.String name)
MouseAxis.
mouse - the Mouse, this axis belongs toid - the simple char-id, that identifies this axisname - the Axis' name| Method Detail |
|---|
public final Mouse getMouse()
Mouse, this axis belongs to.public final char getID()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||