Uses of Class
ucar.unidata.idv.control.drawing.DrawingCommand

Packages that use DrawingCommand
ucar.unidata.idv.control DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. 
ucar.unidata.idv.control.drawing Drawing control utilities and wrappers for glyphs. 
 

Uses of DrawingCommand in ucar.unidata.idv.control
 

Fields in ucar.unidata.idv.control declared as DrawingCommand
static DrawingCommand DrawingControl.CMD_MOVE
          command
static DrawingCommand DrawingControl.CMD_SELECT
          Select command
static DrawingCommand DrawingControl.CMD_STRETCH
          command
protected  DrawingCommand DrawingControl.currentCmd
          Current command
 

Methods in ucar.unidata.idv.control with parameters of type DrawingCommand
protected  void DrawingControl.setCurrentCommand(DrawingCommand command)
          Set the current active command
 

Uses of DrawingCommand in ucar.unidata.idv.control.drawing
 

Subclasses of DrawingCommand in ucar.unidata.idv.control.drawing
 class GlyphCreatorCommand
          Class GlyphCreatorCommand represents when a glyph should be created
 

Fields in ucar.unidata.idv.control.drawing declared as DrawingCommand
static DrawingCommand GlyphCreatorCommand.CMD_ARROW
          command
static DrawingCommand GlyphCreatorCommand.CMD_CLOSEDPOLYGON
          command to create a closed polygon
static DrawingCommand GlyphCreatorCommand.CMD_DIAMOND
          command
static DrawingCommand GlyphCreatorCommand.CMD_HARROW
          command
static DrawingCommand GlyphCreatorCommand.CMD_HIGH
          command
static DrawingCommand GlyphCreatorCommand.CMD_IMAGE
          command
static DrawingCommand GlyphCreatorCommand.CMD_LINE
          command
static DrawingCommand GlyphCreatorCommand.CMD_LOW
          command
static DrawingCommand GlyphCreatorCommand.CMD_MOVIE
          command
static DrawingCommand GlyphCreatorCommand.CMD_OVAL
          command
static DrawingCommand GlyphCreatorCommand.CMD_POLYGON
          command
static DrawingCommand GlyphCreatorCommand.CMD_RECTANGLE
          command
static DrawingCommand GlyphCreatorCommand.CMD_SMOOTHPOLYGON
          command
static DrawingCommand GlyphCreatorCommand.CMD_SYMBOL
          command
static DrawingCommand GlyphCreatorCommand.CMD_TEXT
          command
static DrawingCommand GlyphCreatorCommand.CMD_TRANSECT
          command
static DrawingCommand GlyphCreatorCommand.CMD_VARROW
          command
static DrawingCommand GlyphCreatorCommand.CMD_WAYPOINT
          command