C# Class GameMaker.FlowAnalysis.GraphVizGraph

GraphViz graph.
Show file Open project: WarlockD/GMdsam Class Usage Examples

Public Properties

Property Type Description
EscapeNewLineReplace string
Title string
rankdir string

Public Methods

Method 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

Method 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 method

public AddEdge ( GraphVizEdge edge ) : void
edge GraphVizEdge
return void

AddNode() public method

public AddNode ( GraphVizNode node ) : void
node GraphVizNode
return void

Save() public method

public Save ( TextWriter writer ) : void
writer System.IO.TextWriter
return void

Save() public method

public Save ( string fileName ) : void
fileName string
return void

Show() public method

public Show ( ) : void
return void

Show() public method

public Show ( string name ) : void
name string
return void

Property Details

EscapeNewLineReplace public static property

public static string EscapeNewLineReplace
return string

Title public property

public string Title
return string

rankdir public property

public string rankdir
return string