C# Class GameMaker.FlowAnalysis.GraphVizEdge

Datei anzeigen 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_oe property

public string Source
return string

color public_oe property

edge stroke color
public string color
return string

constraint public_oe property

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

fontsize public_oe property

point size of label
public int? fontsize
return int?

label public_oe property

public string label
return string

style public_oe property

public string style
return string