Modifier and Type | Field and Description |
---|---|
ISplashscreen |
iSplashscreen |
javafx.scene.image.ImageView |
uiIcon |
Constructor and Description |
---|
Splashscreen(ISplashscreen iSplashscreen)
Constructs Splashscreen.
|
Modifier and Type | Method and Description |
---|---|
javafx.scene.Node |
getFragment()
Get main view fragment
|
void |
hide()
Stop the animation, currently not needed.
|
void |
show()
Start the animation.
|
public final ISplashscreen iSplashscreen
public final javafx.scene.image.ImageView uiIcon
public Splashscreen(ISplashscreen iSplashscreen)
iSplashscreen
- Observable interface.public javafx.scene.Node getFragment()
getFragment
in interface IFragment
public void hide()