|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IKeyboardImplementation
The Interface IKeyboardImplementation.
Method Summary | |
---|---|
java.util.ArrayList<Key> |
getCurrentKeysPressed()
Gets the current keys pressed. |
boolean |
isKeyPressed(int vk)
Checks if is key pressed. |
void |
setKeyboardImageResource(java.net.URL keyboardImageResource)
Sets the keyboard image resource. |
void |
setKeyDefinitions(java.util.List<Key> keyDefinitions)
Sets the key definitions. |
void |
setPixelsPerUnit(float pixelsPerUnit)
Sets the pixels per unit. |
void |
setRotateTranslateScalable(boolean isEnabled,
boolean overRide)
Sets the rotate translate scalable. |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IQuadContentItemImplementation |
---|
setAutoFitSize, setHeight, setWidth |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IContentItemImplementation |
---|
addMultitouchListener, contains, getImplementationObject, hasCollision, init, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
Method Detail |
---|
java.util.ArrayList<Key> getCurrentKeysPressed()
boolean isKeyPressed(int vk)
vk
- the vk
void setKeyboardImageResource(java.net.URL keyboardImageResource)
keyboardImageResource
- the new keyboard image resourcevoid setKeyDefinitions(java.util.List<Key> keyDefinitions)
keyDefinitions
- the new key definitionsvoid setPixelsPerUnit(float pixelsPerUnit)
pixelsPerUnit
- the new pixels per unitvoid setRotateTranslateScalable(boolean isEnabled, boolean overRide)
isEnabled
- the is enabledoverRide
- the over ride
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |