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 (
    Image value
)

 Parameters

value

An instance of the java.awt.Image class.

 Remarks

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

 See Also