public final class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BOLD_LABEL
String for CSS styling of UserPane.
|
static String |
CELSIUS
text: "°C".
|
static double |
DOOR_DASH_WIDTH
The dash width of a door.
|
static String |
DUMMY_LABEL
The name of a dummy label.
|
static double |
FLOATING_BUTTON_OFFSET
The offset to push the floating button on the border.
|
static double |
FLOATING_BUTTON_OFFSET_X
Offset to position floatingbutton on outer right corner.
|
static double |
FLOATING_BUTTON_OFFSET_Y
Offset to position buttons above context menu.
|
static double |
FULL_ROTATION
The value for a full rotation.
|
static double |
INSETS
Inset used for UI Elements.
|
static String |
LANGUAGE_RESOURCE_BUNDLE
Name of the language resource bundle.
|
static javafx.scene.paint.Color |
LIGHTBULB_OFF_COLOR
Yellow color like a lightbulb.
|
static double |
METER_TO_PIXEL
The relation between meters and pixels.
|
static javafx.scene.paint.Color |
PASSAGE_FILL
The color for a door.
|
static int |
RECURRENCE_EVENT_FILTER_MILLI_TIMEOUT
Milliseconds timeout for recurrenceEventFilter.
|
static double |
REGION_DASH_WIDTH
The dash width of a region.
|
static javafx.scene.paint.Color |
REGION_FILL
The color for a region.
|
static double |
REGION_STROKE_WIDTH
The stroke width of a region.
|
static double |
REGION_STROKE_WIDTH_MOUSE_OVER
The stroke width of a region (mouse over).
|
static double |
ROOM_STROKE_WIDTH
The stroke width of a location.
|
static double |
ROOM_STROKE_WIDTH_MOUSE_OVER
The stroke width of a location (mouse over).
|
static double |
SCALE_DELTA
The factor for the scaling in the locationPane.
|
static String |
SMALL_LABEL
String for CSS styling of AdvancedHorizontalSlider.
|
static double |
SMALL_MAIN_MENU_WIDTH
The size for the small main menu.
|
static double |
SMALL_MAIN_MENU_WIDTH_PREF
The pref width for the small main menu.
|
static double |
TEMPERATUR_FADING_MAXIMUM
The maximal temperatur for fading.
|
static double |
TEMPERATUR_FADING_MINIMUM
The minimal temperatur for fading.
|
static javafx.scene.paint.Color |
TILE_SELECTION
The color for a selected tile.
|
static long |
TRANSFORMATION_TIMEOUT
Timeout value in milliseconds for fetching transformations.
|
static double |
TRIGGER_DISTANCE
The value for a full rotation.
|
static String |
WHITE
text: "white".
|
static javafx.scene.paint.Color |
WINDOW_EFFECT
The color for a door.
|
static javafx.scene.paint.Color |
ZONE_FILL
The color for a zone.
|
static double |
ZOOM_FIT_PERCENTAGE_HEIGHT
The percentage of the full screen that a zoomed room will fill according to its width.
|
static double |
ZOOM_FIT_PERCENTAGE_WIDTH
The percentage of the full screen that a zoomed room will fill according to its width.
|
public static final double INSETS
public static final double FULL_ROTATION
public static final double TRIGGER_DISTANCE
public static final double METER_TO_PIXEL
public static final double ROOM_STROKE_WIDTH
public static final double ROOM_STROKE_WIDTH_MOUSE_OVER
public static final double REGION_STROKE_WIDTH
public static final double REGION_STROKE_WIDTH_MOUSE_OVER
public static final double REGION_DASH_WIDTH
public static final double DOOR_DASH_WIDTH
public static final javafx.scene.paint.Color TILE_SELECTION
public static final javafx.scene.paint.Color REGION_FILL
public static final javafx.scene.paint.Color PASSAGE_FILL
public static final javafx.scene.paint.Color ZONE_FILL
public static final javafx.scene.paint.Color WINDOW_EFFECT
public static final String DUMMY_LABEL
public static final double ZOOM_FIT_PERCENTAGE_WIDTH
public static final double ZOOM_FIT_PERCENTAGE_HEIGHT
public static final double FLOATING_BUTTON_OFFSET
public static final double FLOATING_BUTTON_OFFSET_X
public static final double FLOATING_BUTTON_OFFSET_Y
public static final double SMALL_MAIN_MENU_WIDTH
public static final double SMALL_MAIN_MENU_WIDTH_PREF
public static final double SCALE_DELTA
public static final String LANGUAGE_RESOURCE_BUNDLE
public static final String WHITE
public static final javafx.scene.paint.Color LIGHTBULB_OFF_COLOR
public static final long TRANSFORMATION_TIMEOUT
public static final double TEMPERATUR_FADING_MINIMUM
public static final double TEMPERATUR_FADING_MAXIMUM
public static final int RECURRENCE_EVENT_FILTER_MILLI_TIMEOUT
public static final String CELSIUS
public static final String BOLD_LABEL
public static final String SMALL_LABEL
Copyright © 2015–2018 openbase.org. All rights reserved.