DroidDiagram Programmer's Guide
ShapeNodeBuilder.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 ShapeNodeBuilder transparent (
    boolean value
)

 Parameters

value

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

 Return Value

This ShapeNodeBuilder instance.

 See Also

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