The members of this enumeration specify whether JDiagram should display marks at the anchor points positions. They can be assigned to the ShowAnchors property of Diagram class.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public enum ShowAnchors |
Members| Member name | Description | |
|---|---|---|
![]() |
Always |
Always display anchor point marks. |
![]() |
Auto |
Automatically display anchor points when there is a node under the mouse. |
![]() |
Never |
Never display anchor point marks. |
![]() |
Selected |
Display anchor points marks for selected nodes. |
![]() |
SelectedAndAuto |
Display anchor points marks for selected and pointed nodes. |
See Also