Home > @jsplumbtoolkit/layout-hierarchical
layout-hierarchical package
Classes
| Class | Description |
|---|---|
| AbstractHierarchicalLayout | |
| BalloonLayout | |
| HierarchicalLayout | A layout that places vertices into a series of layers. |
Interfaces
| Interface | Description |
|---|---|
| AbstractHierarchicalLayoutParameters | Parameters for layouts that extends AbstractHierarchicalLayout. |
| BalloonLayoutParameters | Constructor parameters for a Balloon layout. |
| HierarchicalLayoutParameters | Parameters for the Hierarchical Layout. |
Variables
| Variable | Description |
|---|---|
| ALIGN | Constants for defining the align option on a Hierarchical layout. |
| HORIZONTAL | Constant representing horizontal orientation for hierarchical layout |
| SPACING | Constants for defining the spacing option on a Hierarchical layout. |
| VERTICAL | Constant representing vertical orientation for hierarchical layout |
Type Aliases
| Type Alias | Description |
|---|---|
| HierarchicalLayoutAlignment | Possible values for the align option on a Hierarchical layout. |
| HierarchicalLayoutOrientation | Possible values for hierarchical layout orientation. horizontal means that the layers of vertices are arranged horizontally. vertical means the layers of vertices are arranged vertically. |
| HierarchicalLayoutSpacing | Defines the type of the spacing option on a Hierarchical layout. |