Uses of Class
com.bbn.openmap.tools.drawing.OMDrawingTool

Packages that use OMDrawingTool
com.bbn.openmap.dataAccess.mapTile   
com.bbn.openmap.graphicLoader The GraphicLoader package is designed to provide support for components that need to drive changes in OMGraphics over a map. 
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.editor This package provides the infrastructure to create layers that provide a Tool interface that controls their content. 
com.bbn.openmap.layer.link.draw   
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
com.bbn.openmap.tools.drawing Provides classes to implement a drawing tool. 
 

Uses of OMDrawingTool in com.bbn.openmap.dataAccess.mapTile
 

Fields in com.bbn.openmap.dataAccess.mapTile declared as OMDrawingTool
protected  OMDrawingTool MapTileMakerComponent.drawingTool
           
 

Uses of OMDrawingTool in com.bbn.openmap.graphicLoader
 

Fields in com.bbn.openmap.graphicLoader declared as OMDrawingTool
protected  OMDrawingTool LOSGraphicLoader.dt
           
 

Methods in com.bbn.openmap.graphicLoader that return OMDrawingTool
 OMDrawingTool LOSGraphicLoader.getDrawingTool()
           
 

Methods in com.bbn.openmap.graphicLoader with parameters of type OMDrawingTool
 void LOSGraphicLoader.setDrawingTool(OMDrawingTool drawingTool)
           
 

Uses of OMDrawingTool in com.bbn.openmap.layer
 

Fields in com.bbn.openmap.layer declared as OMDrawingTool
protected  OMDrawingTool DrawingToolLayer.drawingTool
          Get a handle on the DrawingTool.
 

Methods in com.bbn.openmap.layer that return OMDrawingTool
 OMDrawingTool DrawingToolLayer.getDrawingTool()
           
 

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

Uses of OMDrawingTool in com.bbn.openmap.layer.editor
 

Fields in com.bbn.openmap.layer.editor declared as OMDrawingTool
protected  OMDrawingTool DrawingEditorTool.drawingTool
          OMDrawingTool handling OMGraphic modifications and creations.
 

Methods in com.bbn.openmap.layer.editor that return OMDrawingTool
protected  OMDrawingTool DrawingEditorTool.createDrawingTool()
           
 OMDrawingTool DrawingEditorTool.getDrawingTool()
          Get the OMDrawingTool to use with this DrawingEditorTool.
 

Methods in com.bbn.openmap.layer.editor with parameters of type OMDrawingTool
 void DrawingEditorTool.setDrawingTool(OMDrawingTool omdt)
          Set the OMDrawingTool to use.
 

Uses of OMDrawingTool in com.bbn.openmap.layer.link.draw
 

Fields in com.bbn.openmap.layer.link.draw declared as OMDrawingTool
protected  OMDrawingTool DrawLinkLayer.drawingTool
           
 

Methods in com.bbn.openmap.layer.link.draw that return OMDrawingTool
 OMDrawingTool DrawLinkLayer.getDrawingTool()
           
 

Methods in com.bbn.openmap.layer.link.draw with parameters of type OMDrawingTool
 void DrawLinkLayer.setDrawingTool(OMDrawingTool dt)
           
 

Uses of OMDrawingTool in com.bbn.openmap.omGraphics
 

Methods in com.bbn.openmap.omGraphics with parameters of type OMDrawingTool
 void EditableOMGraphicList.add(OMGraphicList list, OMDrawingTool drawingTool)
           
 EditableOMGraphic EditableOMGraphicList.add(OMGraphic omg, OMDrawingTool drawingTool)
          Create an EditableOMGraphic and add it to the list.
 void EditableOMGraphicList.init(OMDrawingTool drawingTool)
          Must be called on a EditableOMGraphicList that is created from an OMGraphicList containing OMGraphics.
 

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

Fields in com.bbn.openmap.tools.drawing declared as OMDrawingTool
protected  OMDrawingTool OMDrawingToolMouseMode.drawingTool
           
 

Methods in com.bbn.openmap.tools.drawing that return OMDrawingTool
protected  OMDrawingTool OMDrawingToolMouseMode.getDrawingTool()
          Get the drawing tool for the mouse mode.
 

Methods in com.bbn.openmap.tools.drawing with parameters of type OMDrawingTool
protected  void OMDrawingToolMouseMode.setDrawingTool(OMDrawingTool omdt)
          Set the DrawingTool for the mouse mode.
 

Constructors in com.bbn.openmap.tools.drawing with parameters of type OMDrawingTool
OMDrawingToolMouseMode(OMDrawingTool omdt)
          Construct a OMDrawingToolMouseMode.
 



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