Package | Description |
---|---|
org.netbeans.api.visual.graph.layout |
This package contains built-in graph-oriented layout algorithms.
|
Modifier and Type | Method and Description |
---|---|
GridGraphLayout<N,E> |
GridGraphLayout.setChecker(boolean checker)
Sets a checker style.
|
GridGraphLayout<N,E> |
GridGraphLayout.setGaps(int horizontalGap,
int verticalGap)
Sets horizontal and vertical gap between nodes.
|