public abstract class AbstractDemoApplication extends Application
Application.Parameters| Modifier and Type | Field and Description |
|---|---|
protected static double |
DEFAULT_SCENE_HEIGTH |
protected static double |
DEFAULT_SCENE_WIDTH |
protected static Random |
RANDOM |
protected double |
sceneHeight |
protected double |
sceneWidth |
STYLESHEET_CASPIAN, STYLESHEET_MODENA| Constructor and Description |
|---|
AbstractDemoApplication() |
AbstractDemoApplication(double sceneWidth,
double sceneHeight) |
| Modifier and Type | Method and Description |
|---|---|
abstract Node |
getContent() |
static void |
main(String[] args) |
void |
start(Stage primaryStage) |
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stopprotected static final Random RANDOM
protected static final double DEFAULT_SCENE_WIDTH
protected static final double DEFAULT_SCENE_HEIGTH
protected double sceneWidth
protected double sceneHeight
public AbstractDemoApplication()
public AbstractDemoApplication(double sceneWidth,
double sceneHeight)
public abstract Node getContent()
public void start(Stage primaryStage)
start in class Applicationpublic static void main(String[] args)
args - the command line argumentsCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.