DroidDiagram Programmer's Guide
Shape.fromId Method
See Also
 






Returns the shape that has the specified identifier.

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

 Syntax

Java  Copy Code

public static Shape fromId (
    String id
)

 Parameters

id

The identifier of the looked-for shape.

 Return Value

The Shape identified by the specified string.

 See Also

Shape Members
Shape Class
com.mindfusion.diagramming Namespace