|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
de.ukn.hci.squidy.core.SplashWindow
public class SplashWindow
SplashWindow.
Date: Nov 19, 2008 Time: 1:24:15 AM
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
static double |
SCREEN_RATIO
|
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Method Summary | |
|---|---|
static void |
disposeSplash()
Closes the splash window. |
static void |
invokeMain(String className,
String[] args)
Invokes the main method of the provided class name. |
void |
paint(Graphics g)
Paints the image on the window. |
static void |
splash(Image image)
Open's a splash window using the specified image. |
static void |
splash(URL imageURL)
Open's a splash window using the specified image. |
void |
update(Graphics g)
Updates the display area of the window. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final double SCREEN_RATIO
| Method Detail |
|---|
public void update(Graphics g)
update in class Containerpublic void paint(Graphics g)
paint in class Containerpublic static void splash(Image image)
image - The splash image.public static void splash(URL imageURL)
imageURL - The url of the splash image.public static void disposeSplash()
public static void invokeMain(String className,
String[] args)
args - the command line arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||