This class contains algorithms which allow for zooming parts of a diagram only in a so-called fish-eye (radial) style.

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

Syntax

C#
public class GraphZoomer : ILayouter
Visual Basic
Public Class GraphZoomer _
	Implements ILayouter

Remarks

This class contains algorithms which allow for zooming parts of a diagram only in a so-called fish-eye (radial) style. This type of zoom however will not introduce new bends for edges but will move the node centers and bends only.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Transformer..::..GraphZoomer

See Also