DroidDiagram Programmer's Guide
ShapeLibrary.loadFrom Method (File)
See Also
 






Loads (creates) a ShapeLibrary object from the specified file.

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

 Syntax

Java  Copy Code

public static ShapeLibrary loadFrom (
    File file
)

 Parameters

file

A File object that contains the shape library data.

 Return Value

The new ShapeLibrary instance.

 See Also

loadFrom Method Overload List
ShapeLibrary Members
ShapeLibrary Class
com.mindfusion.diagramming Namespace