Protocols
The following protocols are available globally.
-
Defines methods to be implemented by classes that will support scrolling.
See moreDeclaration
Swift
public protocol Scrollable
-
Indicates item traits. Members of this enumeration can be used as keys in the DiagramItem.LayoutTraits hashtable. Inherits from Hashable.
Declaration
Swift
public protocol LayoutTraits : Hashable
-
Protocol for cells in a table.
See moreDeclaration
Swift
public protocol CellProtocol
-
IResolution interface.
Declaration
Swift
@objc public protocol IResolution
-
Interface for DiagramView objects.
See moreDeclaration
Swift
@objc public protocol IDiagramView:IResolution
-
Interface for MeasureUnit converters.
See moreDeclaration
Swift
@objc public protocol IMeasureUnitConverter
-
Undocumented
See more