|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.jlayout.BaseLayout
public class BaseLayout
Specifies how OrthogonalLayout should arrange nodes.
Field Summary | |
---|---|
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 Summary | |
---|---|
BaseLayout()
|
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 Layered
public static final int Grid
public static final int Custom
public static final int Cascading
Constructor Detail |
---|
public BaseLayout()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |