Package | Description |
---|---|
com.bbn.openmap |
The com.bbn.openmap package contains the core OpenMap classes.
|
com.bbn.openmap.gui |
This package contains the main OpenMap Swing GUI components.
|
com.bbn.openmap.layer |
Contains OpenMap layers that read and display a variety of data
formats, and a few that create their own data for display.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedLayerMapBean
The BufferedLayerMapBean is a BufferedMapBean with an additional image buffer
that holds Layers designated as background layers.
|
class |
BufferedMapBean
The BufferedMapBean extends the MapBean by adding (you guessed it) buffering.
|
class |
MapBean
The MapBean is the main component of the OpenMap Development Kit.
|
Modifier and Type | Method and Description |
---|---|
void |
ZoomPanel.addZoomListener(ZoomListener listener)
Add a ZoomListener from the listener list.
|
void |
ScaleTextPanel.addZoomListener(ZoomListener listener)
Add a ZoomListener to the listener list.
|
void |
NavigateMenu.addZoomListener(ZoomListener l) |
void |
EmbeddedNavPanel.addZoomListener(ZoomListener listener) |
void |
ZoomPanel.removeZoomListener(ZoomListener listener)
Remove a ZoomListener from the listener list.
|
void |
ScaleTextPanel.removeZoomListener(ZoomListener listener)
Remove a ZoomListener from the listener list.
|
void |
NavigateMenu.removeZoomListener(ZoomListener l) |
void |
EmbeddedNavPanel.removeZoomListener(ZoomListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
BufferedLayer.BLMapBean
An simple extension of the BufferedMapBean that calls a layer, presumably
its parent, to call repaint().
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details