DroidDiagram Programmer's Guide
ShapeNodeBuilder.flipX Method
See Also
 






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

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

 Syntax

Java  Copy Code

public ShapeNodeBuilder flipX (
    boolean value
)

 Parameters

value

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

 Return Value

This ShapeNodeBuilder instance.

 See Also

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