A layout stage that filters out all graph elements that are not part of a subgraph that is induced by the selected nodes of the input graph.

Namespace: yWorks.yFiles.Layout
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class SubgraphLayouter : AbstractLayoutStage
Visual Basic
Public Class SubgraphLayouter _
	Inherits AbstractLayoutStage

Remarks

A layout stage that filters out all graph elements that are not part of a subgraph that is induced by the selected nodes of the input graph.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..AbstractLayoutStage
    yWorks.yFiles.Layout..::..SubgraphLayouter

See Also