|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.jlayout.AssistantType
public final class AssistantType
Indicates the type of an assistant node in a tree.
Field Summary | |
---|---|
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 Summary | |
---|---|
AssistantType()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int None
public static final int Normal
public static final int Left
public static final int Right
Constructor Detail |
---|
public AssistantType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |