Search
PathNode Constructor
See Also
 

Initializes a new instance of the PathNode class.

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

 Syntax

Java  Copy Code

public PathNode (
    int x,
    int y
)

 Parameters

x

y

 See Also