public class DromblerFXConfiguration
extends org.drombler.acp.startup.main.DromblerACPConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_HEIGHT_PROPERTY_NAME |
static String |
APPLICATION_TITLE_PROPERTY_NAME |
static String |
APPLICATION_WIDTH_PROPERTY_NAME |
static String |
JAVAFX_VERSION_8 |
static String |
JAVAFX_VERSION_PROPERTY |
| Constructor and Description |
|---|
DromblerFXConfiguration(Application.Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
double |
getApplicationHeight() |
String |
getApplicationTitle() |
double |
getApplicationWidth() |
protected Properties |
loadDefaultConfigProps() |
protected void |
loadSystemProperties(Path rootDirPath) |
public static final String APPLICATION_TITLE_PROPERTY_NAME
public static final String APPLICATION_WIDTH_PROPERTY_NAME
public static final String APPLICATION_HEIGHT_PROPERTY_NAME
public static final String JAVAFX_VERSION_PROPERTY
public static final String JAVAFX_VERSION_8
public DromblerFXConfiguration(Application.Parameters parameters) throws URISyntaxException, IOException, org.drombler.acp.startup.main.MissingPropertyException
URISyntaxExceptionIOExceptionorg.drombler.acp.startup.main.MissingPropertyExceptionprotected Properties loadDefaultConfigProps() throws IOException
loadDefaultConfigProps in class org.drombler.acp.startup.main.DromblerACPConfigurationIOExceptionprotected void loadSystemProperties(Path rootDirPath) throws MalformedURLException, IOException
loadSystemProperties in class org.drombler.acp.startup.main.DromblerACPConfigurationMalformedURLExceptionIOExceptionpublic double getApplicationWidth()
public double getApplicationHeight()
public String getApplicationTitle()
Copyright © 2012–2017 Drombler. All rights reserved.