C# Class GameMaker.FlowAnalysis.GraphVizGraph

GraphViz graph.
Afficher le fichier Open project: WarlockD/GMdsam Class Usage Examples

Méthodes publiques

Свойство Type Description
EscapeNewLineReplace string
Title string
rankdir string

Méthodes publiques

Méthode Description
AddEdge ( GraphVizEdge edge ) : void
AddNode ( GraphVizNode node ) : void
Save ( TextWriter writer ) : void
Save ( string fileName ) : void
Show ( ) : void
Show ( string name ) : void

Private Methods

Méthode Description
Escape ( string text ) : string
WriteAttribute ( TextWriter writer, string name, bool value, bool &isFirst ) : void
WriteAttribute ( TextWriter writer, string name, double value, bool &isFirst ) : void
WriteAttribute ( TextWriter writer, string name, string value, bool &isFirst ) : void
WriteGraphAttribute ( TextWriter writer, string name, string value ) : void

Method Details

AddEdge() public méthode

public AddEdge ( GraphVizEdge edge ) : void
edge GraphVizEdge
Résultat void

AddNode() public méthode

public AddNode ( GraphVizNode node ) : void
node GraphVizNode
Résultat void

Save() public méthode

public Save ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

Save() public méthode

public Save ( string fileName ) : void
fileName string
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

Show() public méthode

public Show ( string name ) : void
name string
Résultat void

Property Details

EscapeNewLineReplace public_oe static_oe property

public static string EscapeNewLineReplace
Résultat string

Title public_oe property

public string Title
Résultat string

rankdir public_oe property

public string rankdir
Résultat string