Search
ShapeNode.setImage Method
See Also
 






Sets the image that should be displayed inside the node.

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

 Syntax

Java  Copy Code

public void setImage (
    Bitmap value
)

 Parameters

value

An instance of the android.graphics.Bitmap class.

 Remarks

If a node should display multiple images, you could add and arrange them using NodeLabel objects.

 See Also