com.mindfusion.diagramming
Class LinkCrossings

java.lang.Object
  extended by com.mindfusion.diagramming.LinkCrossings

public final class LinkCrossings
extends java.lang.Object

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

Straight

public static final int Straight
Draw straight lines.

See Also:
Constant Field Values

Arcs

public static final int Arcs
Draw arcs above the intersection points.

See Also:
Constant Field Values

Cut

public static final int Cut
Break off the arrow segments at the intersection points.

See Also:
Constant Field Values
Constructor Detail

LinkCrossings

public LinkCrossings()