Groovy Documentation
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A


B


C


D

delayForSplash() - Method in SplashScreen
Optimise splash latenc y by delaying the c a l l i n g thread according to number of processors a v a i l a b l e.Mul t iproces sor plat forms s u c c e s s f u l l y load the splash image i n p a r a l l e l wi th low overhead.Uniprocessors s t ruggle however !
dispose() - Method in SplashScreen
Closes the splash screen i f open , or abandons splash screen i { not al ready open.Re l a t i v e l y long image loading delays the opening.Cal l t h i s method at the end of program s t a r t up , i.e.t y p i c a l l y at the end of main ( ).

E


F

frame - Field in SplashScreen

G

getInstance() - Method in SplashScreen

H


I

image - Field in SplashScreen
imageUpdate(Image, int, int, int, int, int) - Method in SplashScreen
Runs dur ing image loading.Informs t h i s ImageObserver about progress.
instance - Field in SplashScreen

J


K


L

label - Field in SplashScreen

M


N


O


P


Q


R


S

setImage(URL) - Method in SplashScreen
Uses the given URL f o r the splash image.
showStatus(String) - Method in SplashScreen
Changes the s tatus message j u s t below the image.Use i t to di splay s t a r t up progress.
singleton - Field in SplashScreen
splash(Image) - Method in SplashScreen
Splash the screen !
splashFor(int) - Method in SplashScreen
Splashes the screen f o r at l e a s t the given number o{ mi l l i seconds i f , and only i f , the splash screen has al ready loaded.I f not al ready splashed , the method returns immediately.Invoke t h i s method before disposing i f you want to for ce a minimum splash per iod.
SplashScreen - Class in griffon.plugins.splash
SplashScreen is a general purpose splash screen for application startup.
SplashScreen() - Constructor in SplashScreen
Constructs SplashScreen using filename " splash.png " for the image unless you change the default using setImage or call splash with an argument specifying a different image.
splashTime - Field in SplashScreen

T


U


V


W

waitForSplash(long) - Method in SplashScreen
Waits f o r the splash screen to load f o r a l imi t e d amount o{ t ime.Method returns when the splash has loaded , or when the given t ime l imi t expi res.

X


Y


Z


_


Groovy Documentation