Search
Shape.getImage Method
See Also
 

Gets an image that is displayed by default in all instances of this shape.

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 that should be displayed inside nodes with this shape.

 See Also