Class Constants

java.lang.Object
eu.hansolo.fx.countries.tools.Constants

public class Constants extends Object
  • Field Details

    • BACKGROUND

      public static final javafx.scene.paint.Color BACKGROUND
      Default background color
    • TEXT_FILL

      public static final javafx.scene.paint.Color TEXT_FILL
      Default text fill color
    • FILL

      public static final javafx.scene.paint.Color FILL
      Default fill color
    • STROKE

      public static final javafx.scene.paint.Color STROKE
      Default stroke color
    • POI_FILL

      public static final javafx.scene.paint.Color POI_FILL
      Default poi fill
    • MAP_WIDTH

      public static final double MAP_WIDTH
      Base map width for for world map
      See Also:
    • MAP_HEIGHT

      public static final double MAP_HEIGHT
      Base map height for world map
      See Also:
    • MAP_OFFSET_X

      public static final double MAP_OFFSET_X
      Base map offset x for world map
      See Also:
    • MAP_OFFSET_Y

      public static final double MAP_OFFSET_Y
      Base map offset y for world map
      See Also:
    • ASPECT_RATIO

      public static final double ASPECT_RATIO
      Default aspect ratio for world map
      See Also:
    • BOUNDS_PROPERTIES

      public static final String BOUNDS_PROPERTIES
      Properties file that contains the upper left and lower right corners of the country boundaries
      See Also:
    • HIRES_PROPERTIES

      public static final String HIRES_PROPERTIES
      Properties file that contains high resolution svg paths for all countries
      See Also:
    • LORES_PROPERTIES

      public static final String LORES_PROPERTIES
      Properties file that contains low resolution svg paths for all countries
      See Also:
    • CITIES_FILE

      public static final String CITIES_FILE
      See Also:
    • AIRPORTS_FILE

      public static final String AIRPORTS_FILE
      See Also:
    • AIRPORTS2_FILE

      public static final String AIRPORTS2_FILE
      See Also:
    • POPULATION_FILE

      public static final String POPULATION_FILE
      See Also:
  • Constructor Details

    • Constants

      public Constants()