This layerer implementation layers the nodes by given layer IDs.

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 GivenLayersLayerer : ILayerer, 
	ILayerer
Visual Basic
Public Class GivenLayersLayerer _
	Implements ILayerer, ILayerer

Remarks

This layerer implementation layers the nodes by given layer IDs. The layer IDs are given by a DataProvider that returns the integral layer ID of each node in the graph.

Inheritance Hierarchy

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

See Also