Click or drag to resize

mxIGraphLayout Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines the requirements for an object that implements a graph layout.

Namespace:  imbSCI.Graph.MXGraph.layout
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public interface mxIGraphLayout
Request Example View Source

The mxIGraphLayout type exposes the following members.

Methods
  NameDescription
Public methodexecute
Executes the layout for the children of the specified parent.
Public methodmove
Notified when a cell is being moved in a parent that has automatic layout to update the cell state (eg. index) so that the outcome of the layout will position the vertex as close to the point (x, y) as possible.
Top
See Also