Class APRSGuiConstants

java.lang.Object
org.ka2ddo.yaac.gui.APRSGuiConstants

public class APRSGuiConstants extends Object
This singleton class contains various GUI-related APRS constants, such as color codings for symbols.
Author:
Andrew Pavlin, KA2DDO
  • Field Details

    • AREA_COLORS

      public static final Color[] AREA_COLORS
      Colors corresponding to APRS-standard area colors for symbol code \l indexed by the color codes defined in chapter 11 of the APRS 1.0.1 Protocol Specification.
    • SYMBOL_AREA

      public static final String SYMBOL_AREA
      Symbolic String for GUI card sub-panel configuring Area symbols (\l).
      See Also:
    • SYMBOL_SIGNPOST

      public static final String SYMBOL_SIGNPOST
      Symbolic String for GUI card sub-panel configuring Signpost symbols (\m).
      See Also:
    • SYMBOL_REPEATER

      public static final String SYMBOL_REPEATER
      Symbolic String for GUI card sub-panel configuring Repeater symbols (/r).
      See Also:
    • SYMBOL_WX

      public static final String SYMBOL_WX
      Symbolic String for GUI card sub-panel configuring weather station symbols (/_ and \_).
      See Also:
    • SYMBOL_HURRICANE

      public static final String SYMBOL_HURRICANE
      Symbolic String for GUI card sub-panel configuring hurricane symbols (/@ and \@).
      See Also:
    • REPEATER_SYMBOLS

      public static final Set<SelectableSymbol> REPEATER_SYMBOLS
      All the APRS symbols that correspond to some kind of repeater.