|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ka2ddo.yaac.gui.GuiSymbols
public class GuiSymbols
This singleton class is a caching container for all the types of station symbols supported by APRS.
Nested Class Summary | |
---|---|
static class |
GuiSymbols.GuiSymbolImage
This class collects a symbol icon image with read-only attributes of the symbol that are commonly used but expensive to compute. |
Field Summary | |
---|---|
static int |
ICON_PIXEL_SIZE
The default size of an APRS symbol icon in pixels. |
Method Summary | |
---|---|
static javax.swing.ImageIcon |
getDblStationIcon(char symTableId,
char symbolCode)
Get the 32x32 ImageIcon for a given symbol. |
static javax.swing.ImageIcon |
getEmptyDblIcon()
Get a blank icon in double size (32x32). |
static javax.swing.ImageIcon |
getStationIcon(char symTableId,
char symbolCode)
Get the 16x16 ImageIcon for a given symbol. |
static void |
loadExtendedSymbols()
Load the images for all APRS1.2 extended symbols known to this program. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ICON_PIXEL_SIZE
Method Detail |
---|
public static void loadExtendedSymbols()
public static javax.swing.ImageIcon getStationIcon(char symTableId, char symbolCode)
symTableId
- char symbol table ID (or overlay code)symbolCode
- char symbol code within the specified table
public static javax.swing.ImageIcon getDblStationIcon(char symTableId, char symbolCode)
symTableId
- char symbol table ID (or overlay code)symbolCode
- char symbol code within the specified table
public static javax.swing.ImageIcon getEmptyDblIcon()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |