public final class BaseLayout
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
Cascading
Use TreeLayout to arrange nodes.
|
static int |
Custom
Use the current node configuration.
|
static int |
Grid
Use GridLayout to arrange nodes.
|
static int |
Layered
Use LayeredLayout to arrange nodes.
|
Constructor and Description |
---|
BaseLayout() |
public static final int Layered
public static final int Grid
public static final int Custom
public static final int Cascading