DroidDiagram Programmer's Guide
Manipulator Members
Constructors Fields Methods
 


The base class for interactive widgets displayed in diagram items.

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

 Public Constructors

  Name Description

Manipulator

 

 Protected Fields

  Name Description

item

 

 Public Methods

  Name Description

drawsInLocalCoordinates

Returns whether the manipulator object draws in local or global coordinates.

getItem

 

needsPointerMessages

Returns whether the manipulator object needs to track touch events.

onPointerDown

Called when the left mouse button is pressed while the pointer is over this manipulator.

onPointerMove

Called when the mouse is moved while this manipulator tracks the mouse events.

onPointerUp

Called when the left mouse button is released while this manipulator tracks the mouse events.

 See Also

Manipulator Class
com.mindfusion.diagramming Namespace