Search
SvgNodeBuilder.allowIncomingLinks Method
See Also
 

Sets a value indicating whether users are allowed to draw links to this node.

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

 Syntax

Java  Copy Code

public SvgNodeBuilder allowIncomingLinks (
    boolean value
)

 Parameters

value

true if incoming links can be drawn to this node,otherwise false.

 Return Value

This DiagramNodeBuilder instance.

 See Also