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 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.asrp   
com.bbn.openmap.layer.imageTile   
com.bbn.openmap.layer.location Provides a layer that can display location data - data that represents a location with a graphic and a name. 
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.test Provides a test layer for OpenMap. 
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
           
protected  DrawingAttributes DbfHandler.defaultDA
           
protected  DrawingAttributes DbfHandler.Rule.da
           
 

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

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)
          Deprecated. use getGraphicList(URL, DrawingAttributes, DbfTableModel)
static EsriGraphicList EsriGraphicList.getEsriGraphicList(java.net.URL shp, DrawingAttributes drawingAttributes, DbfTableModel dbf)
          Reads the contents of the SHP files.
 OMGraphicList EsriGraphicFactory.getEsriGraphics(BinaryFile shp, DrawingAttributes drawingAttributes, java.lang.Object pointRepresentation, Projection mapProj, OMGraphicList list)
           
 OMGraphicList EsriGraphicFactory.getEsriGraphics(LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, java.lang.Object pointRepresentation, Projection mapProj, OMGraphicList list)
           
 OMGraphic EsriGraphicFactory.makeEsriGraphicFromRecord(int byteOffset, BinaryFile shp, DrawingAttributes drawingAttributes, java.lang.Object pointRepresentation, EsriGraphicFactory.ReadByteTracker byteTracker)
           
 OMGraphic EsriGraphicFactory.makeEsriGraphicFromRecord(int byteOffset, LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, java.lang.Object pointRepresentation, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  OMGraphic EsriGraphicFactory.makeEsriGraphic(BinaryFile shpFile, DrawingAttributes drawingAttributes, java.lang.Object pointRepresentation, EsriGraphicFactory.ReadByteTracker byteTracker)
          Creates a OMGraphic from the shape file data.
protected  OMGraphic EsriGraphicFactory.makeEsriGraphic(LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, java.lang.Object pointRepresentation, EsriGraphicFactory.ReadByteTracker byteTracker)
          Creates a OMGraphic from the shape file data.
protected  EsriGraphic EsriGraphicFactory.createPointGraphic(double x, double y, java.lang.Object representation, DrawingAttributes drawingAttributes)
           
protected  EsriGraphic EsriGraphicFactory.createPointGraphic(BinaryFile shpFile, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
          Reads the ShapeFile and creates a OMPoint/OMRaster/OMText from the point object.
protected  EsriGraphic EsriGraphicFactory.createPointGraphic(LittleEndianInputStream iStream, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createMultiPointGraphic(BinaryFile shpFile, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createMultiPointGraphic(LittleEndianInputStream iStream, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPointZGraphic(BinaryFile shpFile, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPointZGraphic(LittleEndianInputStream iStream, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createMultiPointZGraphic(BinaryFile shpFile, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createMultiPointZGraphic(LittleEndianInputStream iStream, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPointMGraphic(BinaryFile shpFile, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPointMGraphic(LittleEndianInputStream iStream, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createMultiPointMGraphic(BinaryFile shpFile, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createMultiPointMGraphic(LittleEndianInputStream iStream, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolygonGraphic(BinaryFile shpFile, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolygonGraphic(LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolylineGraphic(BinaryFile shpFile, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolylineGraphic(LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolyGraphic(BinaryFile shpFile, int shapeType, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolyGraphic(LittleEndianInputStream iStream, int shapeType, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolygonZGraphic(BinaryFile shpFile, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolygonZGraphic(LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolylineZGraphic(BinaryFile shpFile, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolylineZGraphic(LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolyZGraphic(BinaryFile shpFile, int shapeType, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolyZGraphic(LittleEndianInputStream iStream, int shapeType, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolygonMGraphic(BinaryFile shpFile, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolygonMGraphic(LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolylineMGraphic(BinaryFile shpFile, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolylineMGraphic(LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolyMGraphic(BinaryFile shpFile, int shapeType, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolyMGraphic(LittleEndianInputStream iStream, int shapeType, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.getPolys(BinaryFile shpFile, int numParts, int numPoints, int shapeType, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.getPolys(LittleEndianInputStream iStream, int numParts, int numPoints, int shapeType, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
static EsriGraphic EsriGraphicFactory.createEsriPoly(int shapeType, float[] coords, int lineType, DrawingAttributes da)
           
 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.
 void DbfHandler.Rule.setDa(DrawingAttributes da)
           
 

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
 

Fields in com.bbn.openmap.layer declared as DrawingAttributes
protected  DrawingAttributes OverviewMapAreaLayer.areaAttributes
           
 

Methods in com.bbn.openmap.layer that return DrawingAttributes
 DrawingAttributes OverviewMapAreaLayer.getAreaAttributes()
           
 

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.imageTile
 

Fields in com.bbn.openmap.layer.imageTile declared as DrawingAttributes
protected  DrawingAttributes ImageTileLayer.selectedDrawingAttributes
           
 

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

Fields in com.bbn.openmap.layer.location declared as DrawingAttributes
protected  DrawingAttributes AbstractLocationHandler.nameDrawingAttributes
          The rendering attributes for the names.
protected  DrawingAttributes AbstractLocationHandler.locationDrawingAttributes
          The rendering attributes for the locations.
 

Methods in com.bbn.openmap.layer.location that return DrawingAttributes
 DrawingAttributes AbstractLocationHandler.getLocationDrawingAttributes()
           
 DrawingAttributes AbstractLocationHandler.getNameDrawingAttributes()
           
 

Methods in com.bbn.openmap.layer.location with parameters of type DrawingAttributes
 void AbstractLocationHandler.setLocationDrawingAttributes(DrawingAttributes lda)
           
 void AbstractLocationHandler.setNameDrawingAttributes(DrawingAttributes nda)
           
 

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
 void SpatialIndexHandler.setDrawingAttributes(DrawingAttributes set)
           
 OMGraphicList SpatialIndex.getOMGraphics(double xmin, double ymin, double xmax, double ymax, OMGraphicList list, DrawingAttributes drawingAttributes, Projection mapProj, GeoCoordTransformation dataProj)
          Locates OMGraphics in the shape file that intersect with the given rectangle.
 OMGraphic SpatialIndex.getOMGraphicAtOffset(int byteOffset, DrawingAttributes drawingAttributes)
          Skips the BinaryFile for the shp data to the offset and reads the record data there, creating an OMGraphic from that data.
 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)
           
 

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.test
 

Fields in com.bbn.openmap.layer.test declared as DrawingAttributes
protected  DrawingAttributes GeoIntersectionLayer.shapeDA
           
protected  DrawingAttributes GeoIntersectionLayer.shapeDASelected
           
 

Methods in com.bbn.openmap.layer.test that return DrawingAttributes
 DrawingAttributes GeoIntersectionLayer.getShapeDA()
           
 DrawingAttributes GeoIntersectionLayer.getShapeDASelected()
           
 

Methods in com.bbn.openmap.layer.test with parameters of type DrawingAttributes
 void GeoIntersectionLayer.setShapeDA(DrawingAttributes shapeDA)
           
 void GeoIntersectionLayer.setShapeDASelected(DrawingAttributes shapeDASelected)
           
 

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.
protected  DrawingAttributes DrawingAttributesPropertyEditor.drawingAttributes
           
static DrawingAttributes DrawingAttributes.DEFAULT
          A good ol' generic DrawingAttributes object for all to use.
 

Methods in com.bbn.openmap.omGraphics that return DrawingAttributes
 DrawingAttributes DrawingAttributesPropertyEditor.getDrawingAttributes()
           
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 DrawingAttributesPropertyEditor.setDrawingAttributes(DrawingAttributes drawingAttributes)
           
 void DrawingAttributes.setTo(DrawingAttributes clone)
          Shallow.
 boolean DrawingAttributes.equals(DrawingAttributes da)
           
static javax.swing.ImageIcon DrawingAttributes.getDrawingAttributesIcon(DrawingAttributes attributes, int width, int height, boolean horizontalOrientation)
          Given a BasicStroke, create an ImageIcon that shows it.
 

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.
 

Constructors in com.bbn.openmap.tools.icon with parameters of type DrawingAttributes
BasicIconPart(java.awt.Shape shape, DrawingAttributes da)
          Create a BasicIconPart with a java.awt.Shape object for a geometry.
BasicIconPart(java.awt.Shape shape, java.awt.geom.AffineTransform transform, DrawingAttributes da)
          Create a BasicIconPart with a java.awt.Shape object for a geometry, along with an AffineTransform that may be applied to the geometry at rendertime.
 

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