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






Sets a value indicating whether only the text and image of a node should be drawn on the screen.

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

 Syntax

Java  Copy Code

public SvgNodeBuilder transparent (
    boolean value
)

 Parameters

value

true to display only the node text and image,otherwise false.

 Return Value

This ShapeNodeBuilder instance.

 See Also

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