DroidDiagram Programmer's Guide
ShapeNodeBuilder.allowFlip 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.builders
Package: com.mindfusion.diagramming.builders

 Syntax

Java  Copy Code

public ShapeNodeBuilder allowFlip (
    boolean value
)

 Parameters

value

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

 Return Value

This ShapeNodeBuilder instance.

 See Also

ShapeNodeBuilder Members
ShapeNodeBuilder Class
com.mindfusion.diagramming.builders Namespace