java.lang.Object
eu.hansolo.fx.countries.tools.Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final doubleDefault aspect ratio for world mapstatic final javafx.scene.paint.ColorDefault background colorstatic final StringProperties file that contains the upper left and lower right corners of the country boundariesstatic final Stringstatic final javafx.scene.paint.ColorDefault fill colorstatic final StringProperties file that contains high resolution svg paths for all countriesstatic final StringProperties file that contains low resolution svg paths for all countriesstatic final doubleBase map height for world mapstatic final doubleBase map offset x for world mapstatic final doubleBase map offset y for world mapstatic final doubleBase map width for for world mapstatic final javafx.scene.paint.ColorDefault poi fillstatic final Stringstatic final javafx.scene.paint.ColorDefault stroke colorstatic final javafx.scene.paint.ColorDefault text fill color -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BACKGROUND
public static final javafx.scene.paint.Color BACKGROUNDDefault background color -
TEXT_FILL
public static final javafx.scene.paint.Color TEXT_FILLDefault text fill color -
FILL
public static final javafx.scene.paint.Color FILLDefault fill color -
STROKE
public static final javafx.scene.paint.Color STROKEDefault stroke color -
POI_FILL
public static final javafx.scene.paint.Color POI_FILLDefault poi fill -
MAP_WIDTH
public static final double MAP_WIDTHBase map width for for world map- See Also:
-
MAP_HEIGHT
public static final double MAP_HEIGHTBase map height for world map- See Also:
-
MAP_OFFSET_X
public static final double MAP_OFFSET_XBase map offset x for world map- See Also:
-
MAP_OFFSET_Y
public static final double MAP_OFFSET_YBase map offset y for world map- See Also:
-
ASPECT_RATIO
public static final double ASPECT_RATIODefault aspect ratio for world map- See Also:
-
BOUNDS_PROPERTIES
Properties file that contains the upper left and lower right corners of the country boundaries- See Also:
-
HIRES_PROPERTIES
Properties file that contains high resolution svg paths for all countries- See Also:
-
LORES_PROPERTIES
Properties file that contains low resolution svg paths for all countries- See Also:
-
CITIES_FILE
- See Also:
-
AIRPORTS_FILE
- See Also:
-
AIRPORTS2_FILE
- See Also:
-
POPULATION_FILE
- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-