Enum constants to define the star substructure style in the OrganicLayout.
Members
No filters for this type
Constants
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
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
static
Sample Graphs
ShownSetting: No special handling of the star (marked nodes)
See Also
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
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
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.
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.
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.