DroidDiagram Programmer's Guide
TreeLayoutBuilder.yGap Method
See Also
 






Sets a value indicating how much vertical space to leave between the document boundaries and the tree.

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

 Syntax

Java  Copy Code

public TreeLayoutBuilder yGap (
    float value
)

 Parameters

value

A float value specifying the vertical offset from the top document border.

 Return Value

This TreeLayoutBuilder instance.

 See Also

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