Class FormatClusterEventArgs<TVertex, TEdge>
Arguments of an event related to the formatting of a clustered graph.
Inheritance
System.Object
System.EventArgs
FormatClusterEventArgs<TVertex, TEdge>
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QuikGraph.Graphviz
Assembly: QuikGraph.Graphviz.dll
Syntax
[Serializable]
public class FormatClusterEventArgs<TVertex, TEdge> : EventArgs where TEdge : IEdge<TVertex>
Type Parameters
Name | Description |
---|---|
TVertex | |
TEdge |
Constructors
| Improve this Doc View SourceFormatClusterEventArgs(IVertexAndEdgeListGraph<TVertex, TEdge>, GraphvizGraph)
Initializes a new instance of the EdgeEventArgs<TVertex, TEdge> class.
Declaration
public FormatClusterEventArgs(IVertexAndEdgeListGraph<TVertex, TEdge> clusteredGraph, GraphvizGraph graphFormat)
Parameters
Type | Name | Description |
---|---|---|
IVertexAndEdgeListGraph<TVertex, TEdge> | clusteredGraph | Graph to format. |
GraphvizGraph | graphFormat | Graph format. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
System.ArgumentNullException |
|
Properties
| Improve this Doc View SourceCluster
Graph to format.
Declaration
public IVertexAndEdgeListGraph<TVertex, TEdge> Cluster { get; }
Property Value
Type | Description |
---|---|
IVertexAndEdgeListGraph<TVertex, TEdge> |
GraphFormat
Graph format.
Declaration
public GraphvizGraph GraphFormat { get; }
Property Value
Type | Description |
---|---|
GraphvizGraph |