|
The Physiologist's Friend Simulation API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.unizh.ini.friend.Main
public class Main
Main class for the Physiologist's Friend program.
Field Summary | |
---|---|
static long |
SPLASH_DURATION
time to show splash screen in ms: 5500L |
static String |
SPLASH_IMAGE
location of splash screen image for original (monochrome) version of PhysioFriend relative to class root: "ch/unizh/ini/friend/SplashScreen.gif" |
static String |
SPLASH_IMAGE_COLOR
location of splash screen image for color version of PhysioFriend relative to class root: "ch/unizh/ini/friend/SplashScreen-color.gif" |
Constructor Summary | |
---|---|
Main(String[] args)
run friend by instantiating a new Main: new Main() |
Method Summary | |
---|---|
boolean |
isColorVersionEnabled()
is the color version of PhysioFriend running |
static void |
main(String[] args)
run this to run Friend |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SPLASH_IMAGE
SPLASH_IMAGE_COLOR
,
Constant Field Valuespublic static final String SPLASH_IMAGE_COLOR
SPLASH_IMAGE
,
Constant Field Valuespublic static final long SPLASH_DURATION
Constructor Detail |
---|
public Main(String[] args)
new Main()
Method Detail |
---|
public boolean isColorVersionEnabled()
public static void main(String[] args)
|
http://www.ini.unizh.ch/~tobi/friend | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |