Package jisa.gui
Class SplashScreen
- java.lang.Object
-
- jisa.gui.JFXElement
-
- jisa.gui.SplashScreen
-
- All Implemented Interfaces:
Element
public class SplashScreen extends JFXElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jisa.gui.Element
Element.ElementBorder
-
-
Constructor Summary
Constructors Constructor Description SplashScreen(java.lang.String title)
SplashScreen(java.lang.String title, java.lang.String image)
SplashScreen(java.lang.String title, java.net.URL image)
SplashScreen(java.lang.String title, javafx.scene.image.Image image)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javafx.scene.image.Image
getImage()
void
setImage(java.lang.String image)
void
setImage(java.net.URL image)
void
setImage(javafx.scene.image.Image image)
-
Methods inherited from class jisa.gui.JFXElement
addDialogButton, addDialogMenuButton, addToolbarButton, addToolbarMenuButton, addToolbarSeparator, autoAdjustSize, autoSizeWindow, clearDialogButtons, clearToolbar, close, getIcon, getMaxHeight, getMaxWidth, getMaxWindowHeight, getMaxWindowWidth, getMinHeight, getMinWidth, getNode, getStage, getTitle, getWindowHeight, getWindowWidth, hide, iconProperty, isDecorated, isExitOnClose, isMaximised, isShowing, setCentreNode, setDecorated, setExitOnClose, setIcon, setIcon, setMaxHeight, setMaximised, setMaxWidth, setMaxWindowHeight, setMaxWindowWidth, setMinHeight, setMinWidth, setOnClose, setTitle, setWindowHeight, setWindowSize, setWindowWidth, show, showAsAlert, showAsConfirmation, showAsDialog, titleProperty
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jisa.gui.Element
getBorderedNode, isVisible, setVisible
-
-
-
-
Constructor Detail
-
SplashScreen
public SplashScreen(java.lang.String title, java.lang.String image)
-
SplashScreen
public SplashScreen(java.lang.String title, java.net.URL image)
-
SplashScreen
public SplashScreen(java.lang.String title, javafx.scene.image.Image image)
-
SplashScreen
public SplashScreen(java.lang.String title)
-
-