public class SplashView extends AbstractSlideView<SplashModel,javafx.scene.layout.BorderPane,SplashController>
| Modifier and Type | Field and Description |
|---|---|
private javafx.scene.text.Text |
splashText
The Splashed text.
|
private javafx.animation.ScaleTransition |
textTransition
The text transition.
|
| Constructor and Description |
|---|
SplashView(SplashModel model)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) javafx.scene.text.Text |
getSplashText() |
(package private) javafx.animation.ScaleTransition |
getTextTransition() |
void |
hide() |
protected void |
initView() |
void |
reload() |
void |
start() |
isSlideLocked, setSlideLockedbuildController, buildRootNode, finalize, getController, getErrorNode, getModel, getRootNode, initInternalView, prepareprivate javafx.scene.text.Text splashText
private javafx.animation.ScaleTransition textTransition
public SplashView(SplashModel model) throws org.jrebirth.af.api.exception.CoreException
model - the splash view modelorg.jrebirth.af.api.exception.CoreException - if build failsprotected void initView()
initView in class DefaultView<SplashModel,javafx.scene.layout.BorderPane,SplashController>public void start()
start in interface org.jrebirth.af.api.ui.View<SplashModel,javafx.scene.layout.BorderPane,SplashController>start in class DefaultView<SplashModel,javafx.scene.layout.BorderPane,SplashController>javafx.scene.text.Text getSplashText()
javafx.animation.ScaleTransition getTextTransition()
public void reload()
reload in interface org.jrebirth.af.api.ui.View<SplashModel,javafx.scene.layout.BorderPane,SplashController>reload in class DefaultView<SplashModel,javafx.scene.layout.BorderPane,SplashController>public void hide()
hide in interface org.jrebirth.af.api.ui.View<SplashModel,javafx.scene.layout.BorderPane,SplashController>hide in class DefaultView<SplashModel,javafx.scene.layout.BorderPane,SplashController>Copyright © 2011–2015 JRebirth OSS. All rights reserved.