|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.lima.LimaSplash
public class LimaSplash
Utility class used to manage information on slash screen. Currently display:
| Field Summary | |
|---|---|
protected SplashScreen |
splash
Splash screen instance. |
protected Graphics2D |
splashGraphics
Splash screen graphics. |
| Constructor Summary | |
|---|---|
LimaSplash()
|
|
| Method Summary | |
|---|---|
void |
closeSplash()
Close splash screen (if needed). |
void |
drawVersion(String version)
|
void |
initSplash()
Init splash (add version). |
void |
updateProgression(double progress,
String message)
Update progression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SplashScreen splash
protected Graphics2D splashGraphics
| Constructor Detail |
|---|
public LimaSplash()
| Method Detail |
|---|
public void initSplash()
public void drawVersion(String version)
public void updateProgression(double progress,
String message)
progress - progress (between 0.0 and 1.0)message - message can be nullpublic void closeSplash()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||