Search
DiagramLink Constructor (Diagram, Point2D, Point2D)
See Also
 






Initializes a new instance of the DiagramLink class by setting its properties to the default values defined in the specified diagram, and setting the specified points as link's origin and destination.

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

 Syntax

Java  Copy Code

public DiagramLink (
    Diagram parent,
    PointF src,
    PointF dest
)

 Parameters

parent

A Diagram instance whose default linkattributes are copied to this link.

src

PointF object representing thelink origin point.

dest

PointF object representing thelink destination point.

 See Also