DroidDiagram Programmer's Guide
ShapeNode.setTransparent 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
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setTransparent (
    boolean value
)

 Parameters

value

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

 See Also

ShapeNode Members
ShapeNode Class
com.mindfusion.diagramming Namespace