Performance optimization stage for OrthogonalEdgeRouter .

Namespace: yWorks.yFiles.Layout.Router
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

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

Remarks

Performance optimization stage for OrthogonalEdgeRouter . This layout stage is applicable when only a subset of the edges in the input graph should be routed orthogonally.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..AbstractLayoutStage
    yWorks.yFiles.Layout.Router..::..ReducedSphereOfActionStage

See Also