Class GraphInspector<TGraphContext>
Inheritance
GraphInspector<TGraphContext>
Syntax
public abstract class GraphInspector<TGraphContext> : Inspector, IDisposable where TGraphContext : IGraphContext
Type Parameters
Name |
Description |
TGraphContext |
|
Constructors
Declaration
protected GraphInspector(Metadata metadata)
Parameters
Properties
canvas
Declaration
protected ICanvas canvas { get; }
Property Value
context
Declaration
protected TGraphContext context { get; }
Property Value
Type |
Description |
TGraphContext |
|
graph
Declaration
protected IGraph graph { get; }
Property Value
reference
Declaration
protected GraphReference reference { get; }
Property Value
selection
Declaration
protected GraphSelection selection { get; }
Property Value
Extension Methods