Usages of GenericLabeling
Properties
genericLabeling | in TabularLayout | Gets the GenericLabeling helper class from the layoutStages of this instance. | |
genericLabeling | in MultiPageLayout | Gets the labeling algorithm that places the labels of the input graph. | |
genericLabeling | in OrganicLayout | Gets the GenericLabeling from the layoutStages of this instance. | |
genericLabeling | in ClearAreaLayout | Gets the GenericLabeling helper class from the layoutStages of this instance. | |
genericLabeling | in FillAreaLayout | Gets the GenericLabeling helper class from the layoutStages of this instance. | |
genericLabeling | in EdgeRouter | Gets or sets a GenericLabeling helper class for this algorithm. | |
nonSeriesParallelEdgeLabeling | in SeriesParallelLayout | Gets or sets the labeling algorithm that is applied to all edge labels that belong to non-series-parallel edges. | |
nonTreeEdgeLabeling | in TreeReductionStage | Gets or sets the labeling algorithm that is applied to all edge labels that belong to non-tree edges. |
Method Parameters
EdgeRouter (ILayoutAlgorithm?, ) | in EdgeRouter | Creates a new EdgeRouter instance with an optional coreLayout. | |
SeriesParallelLayout () | in SeriesParallelLayout | Creates a new SeriesParallelLayout instance with default settings. | |
TreeReductionStage (ILayoutAlgorithm?, ) | in TreeReductionStage | Creates a new TreeReductionStage instance with the given core layout algorithm and default settings. |