|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.LinkCrossings
public final class LinkCrossings
The members of this enumeration specify how the points where arrows cross
should be drawn on the screen. Use this constants as parameters of the
Diagram.setLinkCrossings(int)
method.
Field Summary | |
---|---|
static int |
Arcs
Draw arcs above the intersection points. |
static int |
Cut
Break off the arrow segments at the intersection points. |
static int |
Straight
Draw straight lines. |
Constructor Summary | |
---|---|
LinkCrossings()
|
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 Arcs
public static final int Cut
Constructor Detail |
---|
public LinkCrossings()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |