Search
TreeMapLayout.setPadding Method
See Also
 

Sets the distance between adjacent nodes.

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

 Syntax

Java  Copy Code

public void setPadding (
    float value
)

 Parameters

value

A real number specifying the distance between adjacent nodes.

 See Also