Class SpiralLayout

GoJS® Diagramming Components
version 3.0.1
by Northwoods Software®

This is an extension and not part of the main GoJS library. Note that the API for this class may change at any time. If you intend to use an extension in production, you should copy the code to your own source directory. See the Extensions intro page for more information.

Hierarchy

A custom go.Layout that lays out a chain of nodes in a spiral.

This layout assumes the graph is a chain of go.Nodes, spacing controls the spacing between nodes.

If you want to experiment with this extension, try the Spiral Layout sample.

Index

Constructors

Accessors

  • Gets or sets whether the spiral should go clockwise or counter-clockwise.

    The default value is true.

  • Gets or sets the radius distance.

    The default value is NaN.

  • Gets or sets the spacing between nodes.

    The default value is 100.

Methods