org.boris.winrun4j
Class SplashScreen

java.lang.Object
  extended byorg.boris.winrun4j.SplashScreen

public class SplashScreen
extends java.lang.Object

Used to control the splash screen.


Constructor Summary
SplashScreen()
           
 
Method Summary
static void close()
          Closes the splash.
static long getWindowHandle()
          Grabs the splash screen window handle.
static void setText(java.lang.String text, int x, int y)
          Writes splash screen text.
static void setTextBgColor(int r, int g, int b)
          Sets the splash screen background text colour.
static void setTextColor(int r, int g, int b)
          Sets the splash screen text colour.
static void setTextFont(java.lang.String text, int height)
          Sets the splash screen text font.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplashScreen

public SplashScreen()
Method Detail

getWindowHandle

public static long getWindowHandle()
Grabs the splash screen window handle.

Returns:
long.

close

public static void close()
Closes the splash.


setText

public static void setText(java.lang.String text,
                           int x,
                           int y)
Writes splash screen text.


setTextFont

public static void setTextFont(java.lang.String text,
                               int height)
Sets the splash screen text font.


setTextColor

public static void setTextColor(int r,
                                int g,
                                int b)
Sets the splash screen text colour.


setTextBgColor

public static void setTextBgColor(int r,
                                  int g,
                                  int b)
Sets the splash screen background text colour.