com.mindfusion.diagramming
Class CommandContext

java.lang.Object
  extended by com.mindfusion.diagramming.CommandContext

public class CommandContext
extends java.lang.Object

Represents the context in which a command is executed.


Constructor Summary
CommandContext(Diagram document)
          Initializes a new CommandContext instance.
 
Method Summary
 Diagram getDocument()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandContext

public CommandContext(Diagram document)
Initializes a new CommandContext instance.

Parameters:
document - The flowchart associated with this context.
Method Detail

getDocument

public Diagram getDocument()