DroidDiagram Programmer's Guide
LayeredLayoutBuilder.xGap Method
See Also
 






Sets a value indicating how much horizontal space should be left between the document boundaries and the graph.

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

 Syntax

Java  Copy Code

public LayeredLayoutBuilder xGap (
    float value
)

 Parameters

value

A float value specifying the horizontal offset from the left document border.

 Return Value

This LayeredLayoutBuilder instance.

 See Also

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