Search
AnchorPattern Constructor (String)
See Also
 

Creates a new empty AnchorPattern with the specified identifier.

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

 Syntax

Java  Copy Code

public AnchorPattern (
    String id
)

 Parameters

id

A string used to identify this AnchorPattern.

 See Also