MindFusion.Java Package Programmer's Guide
SvgNodeBuilder.rotateText Method
See Also
 






Sets a value indicating whether the text 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 SvgNodeBuilder rotateText (
    boolean value
)

 Parameters

value

true to rotate the node text whenthe node is rotated, otherwise false.

 Return Value

This ShapeNodeBuilder instance.

 See Also

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