DroidDiagram Programmer's Guide
ShapeNodeBuilder.layerIndex Method
See Also
 






Sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with any layer.

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

 Syntax

Java  Copy Code

public ShapeNodeBuilder layerIndex (
    int value
)

 Parameters

value

An integer value specifying the layer index.

 Return Value

This DiagramItemBuilder instance.

 See Also

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