public abstract class AbstractMapAppSkin extends java.lang.Object implements MapAppSkin
| Constructor and Description |
|---|
AbstractMapAppSkin() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getBackgroundColor() |
java.awt.Color |
getForegroundColor() |
void |
setColorsOn(java.awt.Component component) |
void |
setup(MapApp app)
Creates the gui.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCustomControlPanel, getWindow, openWindows, showDataTab, showFindTab, showMap, teardownpublic void setup(MapApp app)
MapAppSkinsetup in interface MapAppSkinpublic java.awt.Color getForegroundColor()
getForegroundColor in interface MapAppSkinpublic java.awt.Color getBackgroundColor()
getBackgroundColor in interface MapAppSkinpublic void setColorsOn(java.awt.Component component)
setColorsOn in interface MapAppSkin