C
Classes
- InteractiveOrganicEdgeHandle
- A handle for an edge when using InteractiveOrganicLayout in interactive use cases.
- InteractiveOrganicLayout
- This algorithm arranges graphs in an organic fashion and offers special functionality to interact with the graph while the algorithm is running.
- InteractiveOrganicLayoutData
- Specifies custom data for the InteractiveOrganicLayout.
- InteractiveOrganicNodeHandle
- A handle for a node when using InteractiveOrganicLayout in interactive use cases.
- OrganicConstraintData
- This class allows to define additional constraints on nodes of a graph that will be applied by the OrganicLayout during the layout calculation.
- OrganicLayout
- This layout algorithm arranges graphs in an organic fashion.
- OrganicLayoutData
- Specifies custom data for the OrganicLayout.
- OrganicLayoutSeparationConstraint
- Describes the two sets of nodes that are separated by addSeparationConstraint.
- OrganicScopeData
- This custom data provides several ways to modify the scope of the OrganicLayout with regard to nodes that are laid out.
- ShapeConstraint
- A ShapeConstraint restricts the output area and shape of a layout in conjunction with organic layout algorithms such as OrganicLayout or InteractiveOrganicLayout.
E
Enums
- GroupNodeHandlingPolicy
- Enum constants that specify how group nodes are handled by the OrganicLayout.
- GroupSubstructureStyle
- Enum constants to define the group substructure style in the OrganicLayout.
- OrganicLayoutChainSubstructureStyle
- Enum constants to define the chain substructure style in the OrganicLayout
- OrganicLayoutClusteringPolicy
- Enum constants to define the clustering algorithm applied by the OrganicLayout
- OrganicLayoutCycleSubstructureStyle
- Enum constants to define the cycle substructure style in the OrganicLayout
- OrganicLayoutGroupSubstructureScope
- Specifies the scope for handling group substructures in the OrganicLayout.
- OrganicLayoutParallelSubstructureStyle
- Enum constants to define the parallel substructure style in the OrganicLayout
- OrganicLayoutStarSubstructureStyle
- Enum constants to define the star substructure style in the OrganicLayout.
- OrganicLayoutTreeSubstructureStyle
- Specifies the layout style for tree structures in the OrganicLayout.
- OrganicScope
- Enum constants that specify how a node and its surrounding nodes are handled by OrganicLayout.