MindFusion.Java Package Programmer's Guide
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 Image getImage ()

 Return 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

ShapeNode Members
ShapeNode Class
com.mindfusion.diagramming Namespace