Search
ShapeNode.getImage Method
See Also
 






Gets the image displayed inside this node.

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

 Syntax

Java  Copy Code

public Bitmap getImage ()

 Return 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