DroidDiagram Programmer's Guide
ShapeNodeBuilder.rotateImage Method
See Also
 






Sets a value indicating whether the image displayed inside a node should rotate together with the node.

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

 Syntax

Java  Copy Code

public ShapeNodeBuilder rotateImage (
    boolean value
)

 Parameters

value

true to rotate the node image when the node is rotated, otherwise false.

 Return Value

This ShapeNodeBuilder instance.

 See Also

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