Package | Description |
---|---|
com.bbn.openmap.event |
Provides the various event object and listener interfaces for using
the MapBean.
|
com.bbn.openmap.gui |
This package contains the main OpenMap Swing GUI components.
|
com.bbn.openmap.proj |
Provides projection classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ProjMapBeanKeyListener
The ProjMapBeanKeyListener is a KeyListener that gets events when
the MapBean has focus, and responds to certain keys by changing the
projection.
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedNavPanel
A panel with map navigation widgets.
|
class |
ProjectionStackTool
The ProjectionStackTool contains buttons that can trigger a
ProjectionStack to change a projection of a MapBean to a previous
projection, or to a later projection if the active projection is in
the middle of the stack.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ProjectionStackTrigger> |
ProjectionStackSupport.getTriggers()
Return a cloned list of Triggers.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectionStackSupport.add(ProjectionStackTrigger pt)
Add a ProjectionStackTrigger.
|
void |
ProjectionStack.addProjectionStackTrigger(ProjectionStackTrigger trigger)
ProjectionStackTriggers should call this method, and all will be well.
|
void |
ProjectionStackSupport.remove(ProjectionStackTrigger pt)
Remove a ProjectionStackTrigger.
|
void |
ProjectionStack.removeProjectionStackTrigger(ProjectionStackTrigger trigger)
ProjectionStackTriggers should call this method, and all will be well.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details