Uses of Class
com.bbn.openmap.BufferedMapBean

Packages that use BufferedMapBean
com.bbn.openmap The com.bbn.openmap package contains the core OpenMap classes. 
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.layer Contains OpenMap layers that read and display a variety of data formats, and a few that create their own data for display. 
 

Uses of BufferedMapBean in com.bbn.openmap
 

Subclasses of BufferedMapBean in com.bbn.openmap
 class BufferedLayerMapBean
          The BufferedLayerMapBean is a BufferedMapBean with an additional image buffer that holds Layers designated as background layers.
 

Uses of BufferedMapBean in com.bbn.openmap.event
 

Fields in com.bbn.openmap.event declared as BufferedMapBean
protected  BufferedMapBean OMMouseMode.theMap
           
 

Methods in com.bbn.openmap.event that return BufferedMapBean
protected  BufferedMapBean OMMouseMode.getBufferedMapBean(java.awt.event.MouseEvent evt)
          Checks the MouseEvent to see if a BufferedMapBean can be found.
 

Uses of BufferedMapBean in com.bbn.openmap.gui
 

Fields in com.bbn.openmap.gui declared as BufferedMapBean
protected  BufferedMapBean DistQuickTool.MouseMode.theMap
           
 

Methods in com.bbn.openmap.gui that return BufferedMapBean
protected  BufferedMapBean DistQuickTool.MouseMode.getBufferedMapBean(java.awt.event.MouseEvent evt)
          Checks the MouseEvent to see if a BufferedMapBean can be found.
 

Uses of BufferedMapBean in com.bbn.openmap.layer
 

Subclasses of BufferedMapBean in com.bbn.openmap.layer
 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