E

OrganicLayoutStarSubstructureStyle

Enum constants to define the star substructure style in the OrganicLayout.

Members

No filters for this type

Constants

Substructure style specifier for stars that leads to a circular layout style for stars where the root is placed in the middle.

In contrast to the radial layout style, all nodes (except the root) are placed on a single cycle.

Produces the same layout style as CIRCULAR_NESTED, but stars may not be nested.

static

Sample Graphs

ShownSetting: A circular layout style of the star (marked nodes) where the root is placed in the middle

See Also

API
starSubstructureStyle
Substructure style specifier for stars that leads to a circular layout style for stars where the root is placed in the middle and stars may be nested inside other substructures.

In contrast to the radial layout style, all nodes (except the root) are placed on a single cycle.

Produces the same layout style as CIRCULAR, but stars may additionally be nested inside chain and parallel substructures.

static

Sample Graphs

ShownSetting: A circular layout style of the star (marked nodes) that is nested inside a straight-line chain substructure

See Also

Developer's Guide
API
starSubstructureStyle
Substructure style specifier for stars that indicates that the algorithm does not handle such structures in a special way.
static

Sample Graphs

ShownSetting: No special handling of the star (marked nodes)

See Also

API
starSubstructureStyle
Substructure style specifier for stars that leads to a radial layout style for stars where the root is placed in the middle.
Produces the same layout style as RADIAL_NESTED, but stars are never nested.
static

Sample Graphs

ShownSetting: A radial layout style of the star (marked nodes) where the root is placed in the middle

See Also

API
starSubstructureStyle
Substructure style specifier for stars that leads to a radial layout style for stars where the root is placed in the middle and the stars may be nested inside other substructures.
Produces the same layout style as RADIAL, but stars may additionally be nested inside chain and parallel substructures.
static

Sample Graphs

ShownSetting: A radial layout style of a star (marked nodes) that is nested inside a straight-line chain substructure

See Also

Developer's Guide
API
starSubstructureStyle
Substructure style specifier for stars that leads to a radial layout style for stars where the root is placed on the outside (separated from the nodes with degree one).
If the edges are grouped at the root node (see substructureSourceGroupIds and substructureTargetGroupIds), the algorithm uses a grouped routing style.
static

Sample Graphs

ShownSetting: A radial layout style of the star (marked nodes) where the root is placed outside

See Also

Developer's Guide
API
starSubstructureStyle

Static Methods

Converts the given argument to an enum constant of this enum type.
Most notably, this method can convert an enum constant's name into the enum constant itself.
static

Parameters

value: OrganicLayoutStarSubstructureStyle
The value to convert to an enum constant.

Return Value

OrganicLayoutStarSubstructureStyle
The enum constant that corresponds to the given argument.
Returns the name of the given enum constant.
static

Parameters

value: OrganicLayoutStarSubstructureStyle
The numeric value of an enum constant.

Return Value

string
The name of the enum constant.

Throws

Exception ({ name: 'Error' })
If this type is a flags enums, and the provided value doesn't correspond to a single enum constant, or if this enum type contains no constant of the given numeric value.