Search
ShapeLibrary.loadFrom Method (InputSource)
See Also
 

Loads (creates) a ShapeLibrary object from the specified XML source.

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

 Syntax

Java  Copy Code

public static ShapeLibrary loadFrom (
    InputSource source
)

 Parameters

source

An InputSource object that contains the shape library data.

 Return Value

The new ShapeLibrary instance.

 See Also