C# 클래스 diddy, Seahorse

파일 보기 프로젝트 열기: AlexBaklanov/Seahorse

공개 메소드들

메소드 설명
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

메소드 상세

flushKeys() 공개 정적인 메소드

public static flushKeys ( ) : void
리턴 void

getDayOfMonth() 공개 정적인 메소드

public static getDayOfMonth ( ) : int
리턴 int

getDayOfWeek() 공개 정적인 메소드

public static getDayOfWeek ( ) : int
리턴 int

getHours() 공개 정적인 메소드

public static getHours ( ) : int
리턴 int

getInputString() 공개 정적인 메소드

public static getInputString ( ) : String
리턴 String

getLatitiude() 공개 정적인 메소드

public static getLatitiude ( ) : String
리턴 String

getLongitude() 공개 정적인 메소드

public static getLongitude ( ) : String
리턴 String

getMilliSeconds() 공개 정적인 메소드

public static getMilliSeconds ( ) : int
리턴 int

getMinutes() 공개 정적인 메소드

public static getMinutes ( ) : int
리턴 int

getMonth() 공개 정적인 메소드

public static getMonth ( ) : int
리턴 int

getPixel() 공개 정적인 메소드

public static getPixel ( int x, int y ) : int
x int
y int
리턴 int

getSeconds() 공개 정적인 메소드

public static getSeconds ( ) : int
리턴 int

getUpdateRate() 공개 정적인 메소드

public static getUpdateRate ( ) : int
리턴 int

getYear() 공개 정적인 메소드

public static getYear ( ) : int
리턴 int

hideMouse() 공개 정적인 메소드

public static hideMouse ( ) : void
리턴 void

launchBrowser() 공개 정적인 메소드

public static launchBrowser ( String address, String windowName ) : void
address String
windowName String
리턴 void

launchEmail() 공개 정적인 메소드

public static launchEmail ( String email, String subject, String text ) : void
email String
subject String
text String
리턴 void

realMod() 공개 정적인 메소드

public static realMod ( float value, float amount ) : float
value float
amount float
리턴 float

setGraphics() 공개 정적인 메소드

public static setGraphics ( int w, int h ) : void
w int
h int
리턴 void

setMouse() 공개 정적인 메소드

public static setMouse ( int x, int y ) : void
x int
y int
리턴 void

showAlertDialog() 공개 정적인 메소드

public static showAlertDialog ( String title, String message ) : void
title String
message String
리턴 void

showKeyboard() 공개 정적인 메소드

public static showKeyboard ( ) : void
리턴 void

showMouse() 공개 정적인 메소드

public static showMouse ( ) : void
리턴 void

startGps() 공개 정적인 메소드

public static startGps ( ) : void
리턴 void

startVibrate() 공개 정적인 메소드

public static startVibrate ( int millisecs ) : void
millisecs int
리턴 void

stopVibrate() 공개 정적인 메소드

public static stopVibrate ( ) : void
리턴 void

systemMillisecs() 공개 정적인 메소드

public static systemMillisecs ( ) : int
리턴 int