Method | Description | |
---|---|---|
flushKeys ( ) : void | ||
getDayOfMonth ( ) : int | ||
getDayOfWeek ( ) : int | ||
getHours ( ) : int | ||
getInputString ( ) : String | ||
getLatitiude ( ) : String | ||
getLongitude ( ) : String | ||
getMilliSeconds ( ) : int | ||
getMinutes ( ) : int | ||
getMonth ( ) : int | ||
getPixel ( int x, int y ) : int | ||
getSeconds ( ) : int | ||
getUpdateRate ( ) : int | ||
getYear ( ) : int | ||
hideMouse ( ) : void | ||
launchBrowser ( String address, String windowName ) : void | ||
launchEmail ( String email, String subject, String text ) : void | ||
realMod ( float value, float amount ) : float | ||
setGraphics ( int w, int h ) : void | ||
setMouse ( int x, int y ) : void | ||
showAlertDialog ( String title, String message ) : void | ||
showKeyboard ( ) : void | ||
showMouse ( ) : void | ||
startGps ( ) : void | ||
startVibrate ( int millisecs ) : void | ||
stopVibrate ( ) : void | ||
systemMillisecs ( ) : int |
public static getPixel ( int x, int y ) : int | ||
x | int | |
y | int | |
return | int |
public static launchBrowser ( String address, String windowName ) : void | ||
address | String | |
windowName | String | |
return | void |
public static launchEmail ( String email, String subject, String text ) : void | ||
String | ||
subject | String | |
text | String | |
return | void |
public static realMod ( float value, float amount ) : float | ||
value | float | |
amount | float | |
return | float |
public static setGraphics ( int w, int h ) : void | ||
w | int | |
h | int | |
return | void |
public static setMouse ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public static showAlertDialog ( String title, String message ) : void | ||
title | String | |
message | String | |
return | void |
public static startVibrate ( int millisecs ) : void | ||
millisecs | int | |
return | void |