A decorator implementation of an IGraph
that contains a subset of the wrapped graph instance.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public sealed class FilteredGraphWrapper : AbstractGraphWrapper |
| Visual Basic |
|---|
Public NotInheritable Class FilteredGraphWrapper _ Inherits AbstractGraphWrapper |
Remarks
Note that this instance will register listeners with the wrapped graph, so
Dispose()()()() should be called if this instance is not used any more.
This implementation does not fully support Ports
at IEdges. This implementation supports the filtering of
grouped graphs.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.UI.Model..::..AbstractGraphWrapper
yWorks.yFiles.UI.Model..::..FilteredGraphWrapper
yWorks.yFiles.UI.Model..::..AbstractGraphWrapper
yWorks.yFiles.UI.Model..::..FilteredGraphWrapper