E

OrganicLayoutChainSubstructureStyle

Enum constants to define the chain substructure style in the OrganicLayout

Members

No filters for this type

Constants

Substructure style specifier for chains that leads to a compact disk-like layout for chains.
Produces the same layout style as DISK_NESTED, but chains are never nested.
static

Sample Graphs

ShownSetting: A disk-like layout of the chain

See Also

API
chainSubstructureStyle
Substructure style specifier for chains that leads to a compact disk-like layout for chains and where chains may be nested inside parallel substructures.
Produces the same layout style as DISK, but chains may additionally be nested inside parallel and group substructures. Nesting can emphasize how different substructures are related but often makes the results less compact.
static

Sample Graphs

ShownSetting: Two chain structures nested inside a parallel substructure

See Also

API
chainSubstructureStyle
Substructure style specifier for chains that indicates that the algorithm does not handle such structures in a special way.
static

Sample Graphs

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

See Also

API
chainSubstructureStyle
Substructure style specifier for chains that leads to a compact (rotated) rectangular layout style for chains.
Produces the same layout style as RECTANGULAR_NESTED, but chains are never nested.
static

Sample Graphs

ShownSetting: A compact (rotated) rectangular layout style of the chain (marked nodes)

See Also

API
chainSubstructureStyle
Substructure style specifier for chains that leads to a compact (rotated) rectangular layout style for chains and where chains may be nested inside parallel substructures.
Produces the same layout style as RECTANGULAR, but chains may additionally be nested inside parallel substructures. Nesting can emphasize how different substructures are related but often makes the results less compact.
static

Sample Graphs

ShownSetting: A compact rectangular chain (marked nodes) nested inside a parallel substructure

See Also

Developer's Guide
API
chainSubstructureStyle
Substructure style specifier for chains that leads to a straight-line layout style for chains.
Produces the same layout style as STRAIGHT_LINE_NESTED, but chains are never nested.
static

Sample Graphs

ShownSetting: A straight-line layout style of the chain (marked nodes)

See Also

API
chainSubstructureStyle
Substructure style specifier for chains that leads to a straight-line layout style for chains and where chains may be nested inside parallel substructures.
Produces the same layout style as STRAIGHT_LINE, but chains may additionally be nested inside parallel substructures. Nesting can emphasize how different substructures are related but often makes the results less compact.
static

Sample Graphs

ShownSetting: A straight-line chain (marked nodes) nested inside a parallel substructure

See Also

Developer's Guide
API
chainSubstructureStyle

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: OrganicLayoutChainSubstructureStyle
The value to convert to an enum constant.

Return Value

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

Parameters

value: OrganicLayoutChainSubstructureStyle
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.