DroidDiagram Programmer's Guide
DrawFreeFormsBehavior Members
Constructors Fields Methods
 


This class is used when Behavior is set to DrawFreeForms or DrawFreeShapes.

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

 Public Constructors

  Name Description

DrawFreeFormsBehavior

Initializes a new instance of the DrawFreeFormsBehavior class.

 Protected Fields

  Name Description

currentCursor

  (Inherited from BehaviorBase.)

diagramView

  (Inherited from BehaviorBase.)

 Public Methods

  Name Description

cancelDrag

Invoked when the operation should be canceled. (Inherited from Interaction.)

pointerDown

Interaction.pointerDown override. Invoked in response to system pointer down events. (Inherited from BehaviorBase.)

pointerMove

Interaction.pointerMove override. Invoked when the pointer moves. (Inherited from BehaviorBase.)

pointerOver

Invoked in response to system pointer over events. (Inherited from Interaction.)

pointerUp

Interaction.pointerUp override. Invoked in response to system pointer up events. (Inherited from BehaviorBase.)

 Protected Methods

  Name Description

createLink

  (Inherited from BehaviorBase.)

createNode

DrawNodesBehavior.createNode override.

getDiagram

  (Inherited from BehaviorBase.)

getDiagramView

  (Inherited from BehaviorBase.)

startDraw

  (Inherited from DrawNodesBehavior.)

startDrawCommon

  (Inherited from BehaviorBase.)

 See Also

DrawFreeFormsBehavior Class
com.mindfusion.diagramming Namespace