com.mindfusion.diagramming
Class ShowAnchors

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

public class ShowAnchors
extends java.lang.Object

The members of this enumeration specify whether JDiagram should display marks at the anchor points positions. A bitwise combination of these constants can be set as parameter of the Diagram.setShowAnchors(int) method of the Diagram class.


Field Summary
static int Always
          Always display anchor point marks.
static int Auto
          Automatically display anchor points when there is a node under the mouse.
static int Never
          Never display anchor point marks.
static int Selected
          Display anchor points marks for selected nodes.
 
Constructor Summary
ShowAnchors()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Always

public static final int Always
Always display anchor point marks.

See Also:
Constant Field Values

Never

public static final int Never
Never display anchor point marks.

See Also:
Constant Field Values

Auto

public static final int Auto
Automatically display anchor points when there is a node under the mouse.

See Also:
Constant Field Values

Selected

public static final int Selected
Display anchor points marks for selected nodes.

See Also:
Constant Field Values
Constructor Detail

ShowAnchors

public ShowAnchors()