Loads (creates) a ShapeLibrary object from the specified file.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public static ShapeLibrary loadFrom ( |
A File object that contains the shape library data.
The new ShapeLibrary instance.
See Also