The Physiologist's Friend Simulation API

ch.unizh.ini.friend
Class Main

java.lang.Object
  extended by ch.unizh.ini.friend.Main

public class Main
extends Object

Main class for the Physiologist's Friend program.

Since:
$Revision: 1.32 $
Author:
tobi

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

SPLASH_IMAGE

public static final String SPLASH_IMAGE
location of splash screen image for original (monochrome) version of PhysioFriend relative to class root: "ch/unizh/ini/friend/SplashScreen.gif"

See Also:
SPLASH_IMAGE_COLOR, Constant Field Values

SPLASH_IMAGE_COLOR

public static final 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"

See Also:
SPLASH_IMAGE, Constant Field Values

SPLASH_DURATION

public static final long SPLASH_DURATION
time to show splash screen in ms: 5500L

See Also:
Constant Field Values
Constructor Detail

Main

public Main(String[] args)
run friend by instantiating a new Main:
 new Main()
 

Method Detail

isColorVersionEnabled

public boolean isColorVersionEnabled()
is the color version of PhysioFriend running


main

public static void main(String[] args)
run this to run Friend


http://www.ini.unizh.ch/~tobi/friend