DroidDiagram Programmer's Guide
ShapeNodeBuilder.flipY Method
See Also
 






Sets a value indicating whether the node's shape is flipped vertically.

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

 Syntax

Java  Copy Code

public ShapeNodeBuilder flipY (
    boolean value
)

 Parameters

value

true if the shape is flipped vertically, or false otherwise.

 Return Value

This ShapeNodeBuilder instance.

 See Also

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