Search
AnchorPattern.fromId Method
See Also
 

Returns the AnchorPattern object that has the specified identifier.

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

 Syntax

Java  Copy Code

public static AnchorPattern fromId (
    String id
)

 Parameters

id

An identifier of the looked-for AnchorPattern.

 Return Value

An AnchorPattern identified by the specified string.

 See Also