Search
PanController Members
Constructors Methods
 


A controller used to pan the DiagramView.

The following tables list the members exposed by the PanController type.

 Public Constructors

  Name Description

PanController

Overloaded.  

 Public Methods

  Name Description

cancel

Called when the user stops drawing or modifying a diagram element, rejecting the operation. (Inherited from SinglePointerController.)

commit

Called when the user stops drawing or modifying a diagram element, accepting the operation. (Inherited from SinglePointerController.)

drawInteraction

Called to draw current state of user interaction. (Inherited from SinglePointerController.)

move

SinglePointerController.move override.

start

SinglePointerController.start override.

validate

Called to validate the operation at current pointer position. (Inherited from SinglePointerController.)

 See Also