C# Class GameMaker.FlowAnalysis.GraphVizEdge

Show file Open project: WarlockD/GMdsam Class Usage Examples

Public Properties

Property Type Description
Source string
color string
constraint bool?
fontsize int?
label string
style string

Public Methods

Method Description
GraphVizEdge ( int source, int target ) : System
GraphVizEdge ( string source, string target ) : System
Save ( TextWriter writer ) : void

Method Details

GraphVizEdge() public method

public GraphVizEdge ( int source, int target ) : System
source int
target int
return System

GraphVizEdge() public method

public GraphVizEdge ( string source, string target ) : System
source string
target string
return System

Save() public method

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

Property Details

Source public property

public string Source
return string

color public property

edge stroke color
public string color
return string

constraint public property

use edge to affect node ranking
public bool? constraint
return bool?

fontsize public property

point size of label
public int? fontsize
return int?

label public property

public string label
return string

style public property

public string style
return string