|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.TreeLayoutLinkType
public final class TreeLayoutLinkType
The members of this enumeration specify what style to assign to
the arrows processed by TreeLayout
. These constants can be used
as parameters of the TreeLayout.setLinkStyle(int)
method of the
TreeLayout
class.
Field Summary | |
---|---|
static int |
Cascading2
Each arrow should be a cascade of two orthogonal straight line segments. |
static int |
Cascading3
Each arrow should be a cascade of three orthogonal straight line segments. |
static int |
Rounded
Each arrow should consist of one Bezier segment. |
static int |
Straight
Each arrow should consist of on straight line segment. |
Constructor Summary | |
---|---|
TreeLayoutLinkType()
|
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 Straight
public static final int Cascading2
public static final int Cascading3
public static final int Rounded
Constructor Detail |
---|
public TreeLayoutLinkType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |