|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.thestump.ghronos.device.Device
Provides methods useful for understanding the running device
| Constructor Summary | |
Device()
|
|
| Method Summary | |
static java.lang.String |
getCatalogName()
Determines the catalog name appropriate for this device |
static boolean |
isPda()
Tells what kind of platform we are on |
static boolean |
isScreen(int height,
int width)
Tells the screen size |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Device()
| Method Detail |
public static boolean isScreen(int height,
int width)
height - Inquiry of the screen heightwidth - Inquiry of the screen width
width matches the screen width
and height matches the screen heightpublic static boolean isPda()
public static java.lang.String getCatalogName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||