Uses of Class
com.bbn.openmap.omGraphics.DrawingAttributes

Packages that use DrawingAttributes
com.bbn.openmap.dataAccess.asrp   
com.bbn.openmap.dataAccess.shape This package provides read and write access to ESRI shape files, including the .shp, .dbf and .shx files. 
com.bbn.openmap.dataAccess.shape.input This package provides InputStreams for .shp, .dbf and .shx files that make up the ESRI Shape file format. 
com.bbn.openmap.graphicLoader.scenario The Scenario GraphicLoader PlugIn package is designed to provide support for displaying scripted movement of map objects. 
com.bbn.openmap.layer.asrp   
com.bbn.openmap.layer.mysql   
com.bbn.openmap.layer.shape Provides an OpenMap layer for dealing with shape files. 
com.bbn.openmap.layer.shape.areas Provides an extension to the ShapeLayer that deals with attributes files for shapefiles. 
com.bbn.openmap.layer.vpf This package contains code for dealing with NIMA data distributed in Vector Product Format. 
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
com.bbn.openmap.plugin.esri A PlugIn package that handles ESRI shape files. 
com.bbn.openmap.tools.icon The icon package is intended to provide the capability to create or fetch icons. 
com.bbn.openmap.tools.symbology.milStd2525 This package provides a way to create MIL-STD-2525B compliant symbols. 
 

Uses of DrawingAttributes in com.bbn.openmap.dataAccess.asrp
 

Methods in com.bbn.openmap.dataAccess.asrp with parameters of type DrawingAttributes
 OMGraphicList ASRPDirectoryHandler.getCoverageBounds(Projection proj, DrawingAttributes da)
           
 

Uses of DrawingAttributes in com.bbn.openmap.dataAccess.shape
 

Fields in com.bbn.openmap.dataAccess.shape declared as DrawingAttributes
protected  DrawingAttributes DrawingAttributesUtility.da
           
protected  DrawingAttributes DrawingAttributesUtility.defaultDA
           
 

Methods in com.bbn.openmap.dataAccess.shape that return DrawingAttributes
 DrawingAttributes DrawingAttributesUtility.getDefaultAttributes()
           
 

Methods in com.bbn.openmap.dataAccess.shape with parameters of type DrawingAttributes
static EsriGraphicList EsriGraphicList.getEsriGraphicList(java.net.URL shp, java.net.URL shx, DrawingAttributes drawingAttributes, DbfTableModel dbf)
           
 void DrawingAttributesUtility.setDefaultAttributes(DrawingAttributes dda)
           
static void DrawingAttributesUtility.setDrawingAttributes(EsriGraphicList list, DbfTableModel model, DrawingAttributes defaultDA)
          Iterate through the list, and look in the DbfTableModel for DrawingAttributes parameters, setting the DrawingAttributes on the list contents with anything found in the DBF file.
 

Uses of DrawingAttributes in com.bbn.openmap.dataAccess.shape.input
 

Fields in com.bbn.openmap.dataAccess.shape.input declared as DrawingAttributes
protected  DrawingAttributes ShpInputStream.drawingAttributes
           
 

Methods in com.bbn.openmap.dataAccess.shape.input that return DrawingAttributes
 DrawingAttributes ShpInputStream.getDrawingAttributes()
          Get the DrawingAttributes used for drawing the graphics.
 

Methods in com.bbn.openmap.dataAccess.shape.input with parameters of type DrawingAttributes
 void ShpInputStream.setDrawingAttributes(DrawingAttributes da)
          Set the DrawingAttributes to use for drawing the graphics.
 

Uses of DrawingAttributes in com.bbn.openmap.graphicLoader.scenario
 

Fields in com.bbn.openmap.graphicLoader.scenario declared as DrawingAttributes
protected  DrawingAttributes ScenarioGraphicLoader.drawingAttributes
           
 

Uses of DrawingAttributes in com.bbn.openmap.layer.asrp
 

Fields in com.bbn.openmap.layer.asrp declared as DrawingAttributes
protected  DrawingAttributes ASRPLayer.coverageDrawingAttributes
           
 

Uses of DrawingAttributes in com.bbn.openmap.layer.mysql
 

Fields in com.bbn.openmap.layer.mysql declared as DrawingAttributes
protected  DrawingAttributes MysqlGeometryLayer.drawingAttributes
           
 

Uses of DrawingAttributes in com.bbn.openmap.layer.shape
 

Fields in com.bbn.openmap.layer.shape declared as DrawingAttributes
protected  DrawingAttributes SpatialIndexHandler.drawingAttributes
           
protected  DrawingAttributes ShapeLayer.drawingAttributes
          The DrawingAttributes object to describe the rendering of graphics.
 

Methods in com.bbn.openmap.layer.shape that return DrawingAttributes
 DrawingAttributes SpatialIndexHandler.getDrawingAttributes()
           
 DrawingAttributes ShapeLayer.getDrawingAttributes()
           
 

Methods in com.bbn.openmap.layer.shape with parameters of type DrawingAttributes
protected  OMGraphicList SpatialIndexHandler.RecordList(ESRIRecord rec, DrawingAttributes drawingAttributes)
          Gets the record graphics for a record with multiple graphics.
 void SpatialIndexHandler.setDrawingAttributes(DrawingAttributes set)
           
 void ShapeLayer.setDrawingAttributes(DrawingAttributes da)
           
abstract  void ESRIRecord.addOMGraphics(OMGraphicList list, DrawingAttributes drawingAttributes)
          Generates 2D OMGraphics and adds them to the given list.
 void ESRIPolygonRecord.addOMGraphics(OMGraphicList list, DrawingAttributes drawingAttributes)
          Generates 2D OMGraphics and adds them to the given list.
 void ESRIPointRecord.addOMGraphics(OMGraphicList list, DrawingAttributes drawingAttributes)
          Generates Points and adds them to the given list.
 void ESRIMultiPointRecord.addOMGraphics(OMGraphicList list, DrawingAttributes drawingAttributes)
          Generates 2D OMGraphics and adds them to the given list.
 

Uses of DrawingAttributes in com.bbn.openmap.layer.shape.areas
 

Fields in com.bbn.openmap.layer.shape.areas declared as DrawingAttributes
protected  DrawingAttributes PoliticalArea.drawingAttributes
           
protected  DrawingAttributes AreaHandler.drawingAttributes
          Default draw parameters of the graphics that don't have something specific set for it.
 

Methods in com.bbn.openmap.layer.shape.areas that return DrawingAttributes
 DrawingAttributes PoliticalArea.getDrawingAttributes()
           
 DrawingAttributes AreaShapeLayer.getDrawingAttributes()
           
 DrawingAttributes AreaHandler.getDrawingAttributes()
           
 DrawingAttributes AreaHandler.getDrawParamsFromCSV(int recordNumber)
          Given the shapefile record number, find the drawing parameters that should be used for the shape.
 DrawingAttributes AreaHandler.getDrawParamsFromDBF(int recordNumber)
          Given the shapefile record number, find the drawing parameters from the DBF model that should be used for the shape.
 DrawingAttributes AreaHandler.getDrawParams(int recordNumber)
          Given the shapefile record number, find the drawing parameters that should be used for the shape.
 

Methods in com.bbn.openmap.layer.shape.areas with parameters of type DrawingAttributes
 void PoliticalArea.setDrawingAttributes(DrawingAttributes da)
           
 void AreaShapeLayer.setDrawingAttributes(DrawingAttributes da)
           
 void AreaHandler.setDrawingAttributes(DrawingAttributes da)
           
protected  OMGraphicList AreaHandler.recordList(ESRIRecord rec, DrawingAttributes drawParams)
          Gets the record graphics for a record with multiple graphics.
 

Constructors in com.bbn.openmap.layer.shape.areas with parameters of type DrawingAttributes
AreaHandler(SpatialIndex si, DrawingAttributes da)
          Construct an AreaHandler.
 

Uses of DrawingAttributes in com.bbn.openmap.layer.vpf
 

Subclasses of DrawingAttributes in com.bbn.openmap.layer.vpf
 class FeatureDrawingAttributes
          The FeatureDrawingAttributes class is used by the VPFFeatureGraphicWarehouse to control the fetching and display of feature attributes out of the feature attribute file, controlled by the FeatureClassInfo class.
 

Fields in com.bbn.openmap.layer.vpf declared as DrawingAttributes
protected  DrawingAttributes VPFConfig.drawingAttributes
           
protected  DrawingAttributes LayerGraphicWarehouseSupport.drawingAttributes
           
 

Methods in com.bbn.openmap.layer.vpf that return DrawingAttributes
 DrawingAttributes VPFLayer.getDrawingAttributes()
          Get the DrawingAttributes used for the coverage type.
 DrawingAttributes LayerGraphicWarehouseSupport.getDrawingAttributes()
          Get the DrawingAttributes used for the coverage type.
 

Methods in com.bbn.openmap.layer.vpf with parameters of type DrawingAttributes
 void VPFLayer.setDrawingAttributes(DrawingAttributes da)
          Set the drawing attributes for the coverage type.
 void LayerGraphicWarehouseSupport.setDrawingAttributes(DrawingAttributes da)
          Set the drawing attributes for the coverage type.
 void FeatureCacheGraphicList.setTo(DrawingAttributes da)
           
 

Uses of DrawingAttributes in com.bbn.openmap.omGraphics
 

Subclasses of DrawingAttributes in com.bbn.openmap.omGraphics
 class GraphicAttributes
          The GraphicAttributes provides an extension to DrawingAttributes by provideing a mechanism for loading and managing different graphic attributes that may be used, such as line type (LINETYPE_STRAIGHT, LINETYPE_GREATCIRCLE, LINETYPE_RHUMB, or LINETYPE_UNKNOWN), or render type (RENDERTYPE_XY, RENDERTYPE_LATLON, RENDERTYPE_OFFSET, or RENDERTYPE_UNKNOWN).
 

Fields in com.bbn.openmap.omGraphics declared as DrawingAttributes
protected  DrawingAttributes OMRangeRings.drawingAttributes
          The DrawingAttributes object used to reflect the outer circle properties to the inner circles.
protected  DrawingAttributes EditableOMGraphic.holder
          A DrawingAttributes object used to hold OMGraphic settings while it is being moved.
static DrawingAttributes DrawingAttributes.DEFAULT
          A good ol' generic DrawingAttributes object for all to use.
 

Methods in com.bbn.openmap.omGraphics that return DrawingAttributes
static DrawingAttributes DrawingAttributes.getDefaultClone()
          If you want to get a DEFAULT DrawingAttributes object that you may modify, get your own copy.
 

Methods in com.bbn.openmap.omGraphics with parameters of type DrawingAttributes
 void DrawingAttributes.setTo(DrawingAttributes clone)
          Shallow.
 boolean DrawingAttributes.equals(DrawingAttributes da)
           
 

Uses of DrawingAttributes in com.bbn.openmap.plugin.esri
 

Fields in com.bbn.openmap.plugin.esri declared as DrawingAttributes
protected  DrawingAttributes EsriPlugIn.drawingAttributes
           
protected  DrawingAttributes EsriLayer.drawingAttributes
           
 

Methods in com.bbn.openmap.plugin.esri that return DrawingAttributes
 DrawingAttributes EsriPlugIn.getDrawingAttributes()
          Get the drawing attributes for the graphics on the list.
 

Methods in com.bbn.openmap.plugin.esri with parameters of type DrawingAttributes
 void EsriPlugIn.setDrawingAttributes(DrawingAttributes da)
          Set the drawing attributes for the graphics on the list.
 

Constructors in com.bbn.openmap.plugin.esri with parameters of type DrawingAttributes
EsriLayer(java.lang.String name, java.lang.String dbf, java.lang.String shp, java.lang.String shx, DrawingAttributes da)
          Creates an EsriLayer from a set of shape files
EsriLayer(java.lang.String name, java.net.URL dbf, java.net.URL shp, java.net.URL shx, DrawingAttributes da)
          Creates an EsriLayer from a set of shape files
 

Uses of DrawingAttributes in com.bbn.openmap.tools.icon
 

Fields in com.bbn.openmap.tools.icon declared as DrawingAttributes
protected  DrawingAttributes IconPartList.renderingAttributes
           
protected  DrawingAttributes BasicIconPart.renderingAttributes
          DrawingAttributes for this IconPart.
 

Methods in com.bbn.openmap.tools.icon that return DrawingAttributes
 DrawingAttributes IconPartList.getRenderingAttributes()
           
 DrawingAttributes IconPart.getRenderingAttributes()
          Get the rendering attributes for this IconPart.
protected  DrawingAttributes BasicIconPart.getAttributesForRendering(DrawingAttributes da)
          Get the DrawingAttributes that should be used for rendering.
 DrawingAttributes BasicIconPart.getRenderingAttributes()
           
protected  DrawingAttributes BasicAppIconPart.getAttributesForRendering(DrawingAttributes da)
          Get the DrawingAttributes that should be used for rendering.
 

Methods in com.bbn.openmap.tools.icon with parameters of type DrawingAttributes
static javax.swing.ImageIcon OMIconFactory.getIcon(int width, int height, IconPart geometry, DrawingAttributes appDA)
          Create an ImageIcon that is a certain pixel height and width created with a certain IconPart geometry.
 void IconPartList.render(java.awt.Graphics g, int width, int height, DrawingAttributes appDA)
           
 void IconPartList.setRenderingAttributes(DrawingAttributes da)
           
 IconPart IconPartCollection.get(java.lang.String name, DrawingAttributes da)
          Get an icon part for the given name set with the given rendering attributes.
 void IconPart.render(java.awt.Graphics g, int width, int height, DrawingAttributes appDA)
          Have the IconPart render itself into the Graphic object for a given height and width.
 void IconPart.setRenderingAttributes(DrawingAttributes da)
          Set the rendering attributes for this IconPart.
protected  DrawingAttributes BasicIconPart.getAttributesForRendering(DrawingAttributes da)
          Get the DrawingAttributes that should be used for rendering.
 void BasicIconPart.render(java.awt.Graphics g, int width, int height, DrawingAttributes appDA)
           
 void BasicIconPart.setRenderingAttributes(DrawingAttributes da)
           
protected  DrawingAttributes BasicAppIconPart.getAttributesForRendering(DrawingAttributes da)
          Get the DrawingAttributes that should be used for rendering.
 

Uses of DrawingAttributes in com.bbn.openmap.tools.symbology.milStd2525
 

Fields in com.bbn.openmap.tools.symbology.milStd2525 declared as DrawingAttributes
protected  DrawingAttributes SymbolChooser.drawingAttributes
           
 



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