public final class AssistantType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
Left
The node is an assistant and it is always positioned to the left
of its parent.
|
static int |
None
The node is not an assistant.
|
static int |
Normal
The node is an assistant and its relative position is determined
automatically by the layout.
|
static int |
Right
The node is an assistant and it is always positioned to the right
of its parent.
|
Constructor and Description |
---|
AssistantType() |
public static final int None
public static final int Normal
public static final int Left
public static final int Right