|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfreerails.client.view.KeyCode2OneTileMoveVector
public class KeyCode2OneTileMoveVector
Maps keys to OneTileMoveVectors.
| Field Summary | |
|---|---|
private static java.util.HashMap<java.lang.Integer,Step> |
keycode2vector
|
| Constructor Summary | |
|---|---|
KeyCode2OneTileMoveVector()
|
|
| Method Summary | |
|---|---|
static Step |
getInstanceMappedToKey(int keycode)
Returns the OneTileMoveVector that is mapped to the specified keycode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final java.util.HashMap<java.lang.Integer,Step> keycode2vector
| Constructor Detail |
|---|
public KeyCode2OneTileMoveVector()
| Method Detail |
|---|
public static Step getInstanceMappedToKey(int keycode)
throws java.util.NoSuchElementException
java.util.NoSuchElementException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||