DroidDiagram Programmer's Guide
Path.getWeight Method
See Also
 






Gets the length of the path expressed as a sum of the weights of all nodes and links, composing the path.

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

 Syntax

Java  Copy Code

public float getWeight (
    boolean incNodes,
    boolean incLinks
)

 Parameters

incNodes

incLinks

 Return Value

 See Also

Path Members
Path Class
com.mindfusion.diagramming.jlayout Namespace