Sets the image that should be displayed inside the node.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void setImage ( |
An instance of the java.awt.Image class.
RemarksIf a node should display multiple images, you could add and arrange them using NodeLabel objects.
See Also