|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.jme.gfx.twod.keyboard.Key
public class Key
The Class Key.
Field Summary | |
---|---|
java.awt.Rectangle |
area
The area. |
int |
key
The key. |
Constructor Summary | |
---|---|
Key(java.awt.Rectangle r,
int key)
Instantiates a new key. |
Method Summary | |
---|---|
char |
getKeyChar(boolean upperCaseModeOn)
Gets the key char. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.awt.Rectangle area
public int key
Constructor Detail |
---|
public Key(java.awt.Rectangle r, int key)
r
- the rkey
- the keyMethod Detail |
---|
public char getKeyChar(boolean upperCaseModeOn)
upperCaseModeOn
- the upper case mode on
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 |