Module id_tree_layout::embedder[][src]

The module that holds types to embed nodes of a tree into the plane.

Structs

Embedder

The Embedder type provides a single public method embed to arrange nodes of a tree into the plane.

PlacedTreeItem

The PlacedTreeItem is the embedding information for one single tree node. It is used only in a collection type Embedding. External API: keep stable.

Type Definitions

Embedding

The Embedding is the interface to drawers that need the embedding to transform it to their own format.