Search
TableNode.setImage Method
See Also
 

Sets the image that should be displayed inside this table.

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.

 See Also