This layerer implementation assigns layers by analyzing already existing node coordinates.

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

Syntax

C#
public class AsIsLayerer : ILayerer, 
	ILayerer
Visual Basic
Public Class AsIsLayerer _
	Implements ILayerer, ILayerer

Remarks

This layerer implementation assigns layers by analyzing already existing node coordinates. Nodes whose bounding boxes intersect a common y-coordinate are assigned to the same layer.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Hierarchic..::..AsIsLayerer

See Also