DroidDiagram Programmer's Guide
ShapeLibrary.fromXmlElement Method
See Also
 






Creates a ShapeLibrary from a DOM tree.

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

 Syntax

Java  Copy Code

public static ShapeLibrary fromXmlElement (
    Element shapes
)

 Parameters

shapes

An XML element containing the shape library data.

 Return Value

The new ShapeLibrary instance.

 See Also

ShapeLibrary Members
ShapeLibrary Class
com.mindfusion.diagramming Namespace