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.
|
com.bbn.openmap.proj |
Provides projection classes.
|
com.bbn.openmap.tools.beanbox |
The beanbox package contains classes that implement a BeanPanel component.
|
com.bbn.openmap.tools.dnd |
This package contains classes to support Java Drag and Drop
functionality on the map.
|
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 |
HintsMapBeanRepaintPolicy
The class lets you set RenderingHints on the MapBean, to set anti-aliasing,
etc.
|
class |
LayerHandler
The LayerHandler is a component that keeps track of all Layers for the
MapBean, whether or not they are currently part of the map or not.
|
class |
MapBean
The MapBean is the main component of the OpenMap Development Kit.
|
class |
MouseDelegator
The MouseDelegator manages the MapMouseModes that handle MouseEvents on the
map.
|
class |
PropertyHandler
The PropertyHandler object is the organizer of properties, looking for
settings on how to configure OpenMap components.
|
class |
StandardMapBeanRepaintPolicy
A MapBeanRepaintPolicy that just forwards layer repaint requests normally,
and does nothing for java.awt.Graphics before painting.
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedNavPanel
A panel with map navigation widgets.
|
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().
|
Modifier and Type | Class and Description |
---|---|
class |
ProjectionFactory
The ProjectionFactory creates Projections.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanBoxDnDCatcher
The BeanBoxDnDCatcher class manages all Java Drag-and-Drop events associated
with openmap layers that implement the
BeanBoxHandler interface. |
Modifier and Type | Class and Description |
---|---|
class |
DropListenerSupport
The DropListenerSupport manages the DefaultDnDCatchers that handle
Drag and Drop events on the map.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details