This class can be used to build a specialized DefaultGraph instance.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class SimpleGraphStructure : IGraphStructure |
| Visual Basic |
|---|
Public Class SimpleGraphStructure _ Implements IGraphStructure |
Remarks
Note that this class is not the one used as the default implementation
of a DefaultGraph's GraphStructures and casting the one
used in a DefaultGraph to this class will most likely fail.
This class may be used as a foundation to build one's own IGraph implementation, although
this should rarely be needed.
In order to customize the behavior of an IGraph and its contents, it is recommended to
use the ILookupDecorator mechanism of the default DefaultGraph implementation.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.UI.Model..::..SimpleGraphStructure
yWorks.yFiles.UI.Model..::..SimpleGraphStructure