Represent a point where a link can connect to a node. A set of anchor points is represented by the AnchorPattern class. Such a set can be assigned to a node by calling the setAnchorPattern method.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public class AnchorPoint implements Cloneable, Externalizable |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.diagramming.AnchorPoint
See Also