Other Structures

The following structures are available globally.

  • Defines some common colors.

    See more

    Declaration

    Swift

    public struct Colors
  • Represents a column in a table Cell.

    See more

    Declaration

    Swift

    public struct Column
  • Contains various global constants, also provides measure unit independent constants.

    See more

    Declaration

    Swift

    public struct Constants
  • Specifies container constraints.

    See more

    Declaration

    Swift

    public struct ContainerConstraints
  • Provides capabilities to convert various types to and from strings in a culture-independent way.

    See more

    Declaration

    Swift

    public struct Converter
  • Converts between values.

    See more

    Declaration

    Swift

    public struct Convertor
  • Structure for static diagram items.

    See more

    Declaration

    Swift

    public struct DiagramStatic
  • Specifies utility methods for working with files.

    See more

    Declaration

    Swift

    public struct FileUtilities
  • Represents a geometry object.

    See more

    Declaration

    Swift

    public struct Geometry
  • Contains methods to be called internally.

    Declaration

    Swift

    public struct InternalUtils
  • Identifies fields for the relative positioning of a LinkLabel.

    See more

    Declaration

    Swift

    public struct LinkLabelStatic
  • Represents a matrix.

    See more

    Declaration

    Swift

    public struct Matrix
  • Represents a geometrical point. Implements the Hashable protocol.

    See more

    Declaration

    Swift

    public struct Point : Hashable
  • Represents a rectangle.

    See more

    Declaration

    Swift

    public struct Rect : Equatable
  • Represents a size of geometrical figures.

    See more

    Declaration

    Swift

    public struct Size
  • Identifies a new Theme with a default set of Style-s.

    See more

    Declaration

    Swift

    public struct ThemeStatic
  • Provides methods that cast among similar value types.

    See more

    Declaration

    Swift

    public struct Typecast
  • Contains common helper methods.

    See more

    Declaration

    Swift

    public struct Utilities