Package net.refractions.udig.project.ui.commands

Interface Summary
IDrawCommand Draw commands do not change the model, rather they simply draw on the top-most layer.
IMapTransformCommand DrawCommand that is valid until the map is rerendered.
IPreMapDrawCommand PreMapDrawCommands are draw commands that are executed before the map is drawn onto the IMapDisplay.
 

Class Summary
AbstractDrawCommand Abstract super class of commands that simply draw on the acetate layer.
DrawCommandFactory Creates draw commands.
OpenProjectElementCommand  
SelectionBoxCommand A command that draws the indicated shape onto the viewport in the correct "selection" style.
TransformDrawCommand Tranforms the Viewport's graphics current transform.