Search
TableNodeBuilder.image Method
See Also
 

Sets the image that should be displayed inside this table.

Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders

 Syntax

Java  Copy Code

public TableNodeBuilder image (
    Image value
)

 Parameters

value

A Image object.

 Return Value

This TableNodeBuilder instance.

 See Also