DroidDiagram Programmer's Guide
ShapeNode.setAllowFlip Method
See Also
 






Sets a value indicating whether the node's shape flips when an edge is dragged over its opposite edge.

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

 Syntax

Java  Copy Code

public void setAllowFlip (
    boolean value
)

 Parameters

value

true to let users flip the shape, or false otherwise. The default value is false.

 See Also

ShapeNode Members
ShapeNode Class
com.mindfusion.diagramming Namespace
FlipX Property
FlipY Property