DroidDiagram Programmer's Guide
DiagramNode.moveTo Method
See Also
 






Moves a node to the specified location.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void moveTo (
    float x,
    float y
)

 Parameters

x

The new horizontal position of the node.

y

The new vertical position of the node.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace