com.mindfusion.diagramming
Class RelativeToLink

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

public final class RelativeToLink
extends java.lang.Object

Specifies how the link labels are positioned.


Field Summary
static int ControlPoint
          Indicates that the link labels are positioned relative to a specified control point.
static int LinkLength
          Indicates that the link labels are positioned relative to the link.
static int Segment
          Indicates that the link labels are positioned relative to a specified segment.
 
Constructor Summary
RelativeToLink()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Segment

public static final int Segment
Indicates that the link labels are positioned relative to a specified segment.

See Also:
Constant Field Values

ControlPoint

public static final int ControlPoint
Indicates that the link labels are positioned relative to a specified control point.

See Also:
Constant Field Values

LinkLength

public static final int LinkLength
Indicates that the link labels are positioned relative to the link.

See Also:
Constant Field Values
Constructor Detail

RelativeToLink

public RelativeToLink()