Classes
The following classes are available globally.
-
A Sample Tree implemented as a reference type
See moreDeclaration
Swift
public final class TreeNodeRef<Element: Comparable>: QuickLookableBinaryTree, TraversableBinaryTree
-
Base class for UIView tree renderers
See moreDeclaration
Swift
public class UIViewRenderer: UIView, TreeRenderer
-
Renders trees using Core Graphics
See moreDeclaration
Swift
public class CoreGraphicsTreeRenderer: UIViewRenderer
-
Drawable Tree Layout Model
See moreDeclaration
Swift
public final class TreeLayout<Node: BinaryTree>: TreeLayoutTopology
-
Draws Tree Layout model built by specified TreeLayoutBuilder, using DrawingState machine to manage states
See moreDeclaration
Swift
public final class TreeDrawing<Node: BinaryTree>: Drawable