ShapeLibrary
open class ShapeLibrary
Represents a library of shapes.
-
Initializes a new instance of the ShapeLibrary class.
Declaration
Swift
public init()Return Value
The newly created ShapeLibrary object.
-
Loads this ShapeLibrary from the specified XML context and element. Overrides DiagramItem.loadFromXml.
Declaration
Swift
open func loadFromXml(_ document: XmlElement?, context: XmlContext)Parameters
elementThe XmlElement, which contains this ShapeLibrary. The value can be nil.
contextThe XmlContext, which contains this ShapeLibrary.
ShapeLibrary Class Reference