MindFusion.Java Package Programmer's Guide
NodeLabel.setEdgePosition Method
See Also
 






Positions this label relatively to the specified node edge.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setEdgePosition (
    int edge,
    float dx,
    float dy
)

 Parameters

edge

The edge index.

dx

Horizontal offset from the edge center.

dy

Vertical offset from the edge center.

 See Also

NodeLabel Members
NodeLabel Class
com.mindfusion.diagramming Namespace