Theme
open class Theme
Represents a set of Style objects for different diagram item types.
-
Undocumented
Declaration
Swift
public init() -
Loads this theme from the specified XML context and element.
Declaration
Swift
open func loadFromXml(_ themeElement: XmlElement?, context: XmlContext)Parameters
elementThe XmlElement, which contains this theme.
contextThe XmlContext, which contains this theme.
-
Gets the default theme.
Declaration
Swift
open class func defaultTheme() -> ThemeReturn Value
The default theme.
Theme Class Reference