DroidDiagram Programmer's Guide
ShapeNodeBuilder.ignoreLayout Method
See Also
 






Sets a value indicating whether an item should be ignored by the automatic layout algorithms.

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

 Syntax

Java  Copy Code

public ShapeNodeBuilder ignoreLayout (
    boolean value
)

 Parameters

value

true if the item should be ignored by automatic layout algorithms, otherwise false.

 Return Value

This DiagramItemBuilder instance.

 See Also

ShapeNodeBuilder Members
ShapeNodeBuilder Class
com.mindfusion.diagramming.builders Namespace