Uses of Interface
com.bbn.openmap.tools.drawing.DrawingTool

Packages that use DrawingTool
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.layer.link.amp This package contains a Layer that can use the drawing tool to create certain OMGraphic shapes, which in turn are sent to a LinkServer. 
com.bbn.openmap.tools.drawing Provides classes to implement a drawing tool. 
 

Uses of DrawingTool in com.bbn.openmap.layer
 

Fields in com.bbn.openmap.layer declared as DrawingTool
protected  DrawingTool DemoLayer.drawingTool
          Found in the findAndInit() method, in the MapHandler.
 

Methods in com.bbn.openmap.layer that return DrawingTool
 DrawingTool DemoLayer.getDrawingTool()
           
 

Methods in com.bbn.openmap.layer with parameters of type DrawingTool
 void DemoLayer.setDrawingTool(DrawingTool dt)
           
 

Uses of DrawingTool in com.bbn.openmap.layer.link.amp
 

Fields in com.bbn.openmap.layer.link.amp declared as DrawingTool
protected  DrawingTool AmpLinkLayer.drawingTool
           
 

Methods in com.bbn.openmap.layer.link.amp that return DrawingTool
 DrawingTool AmpLinkLayer.getDrawingTool()
           
 

Methods in com.bbn.openmap.layer.link.amp with parameters of type DrawingTool
 void AmpLinkLayer.setDrawingTool(DrawingTool dt)
           
 

Uses of DrawingTool in com.bbn.openmap.tools.drawing
 

Classes in com.bbn.openmap.tools.drawing that implement DrawingTool
 class OMDrawingTool
          The OMDrawingTool implements the DrawingTool interface, and can be used to adjust the drawing parameters of OMGraphics.
 

Fields in com.bbn.openmap.tools.drawing declared as DrawingTool
protected  DrawingTool OMDrawingToolLauncher.drawingTool
           
 

Methods in com.bbn.openmap.tools.drawing that return DrawingTool
 DrawingTool OMDrawingToolLauncher.getDrawingTool()
           
 

Methods in com.bbn.openmap.tools.drawing with parameters of type DrawingTool
 void OMDrawingToolLauncher.setDrawingTool(DrawingTool dt)
          Set the DrawingTool for this launcher.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details