C# 클래스 GameMaker.FlowAnalysis.GraphVizEdge

파일 보기 프로젝트 열기: WarlockD/GMdsam 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Source string
color string
constraint bool?
fontsize int?
label string
style string

공개 메소드들

메소드 설명
GraphVizEdge ( int source, int target ) : System
GraphVizEdge ( string source, string target ) : System
Save ( TextWriter writer ) : void

메소드 상세

GraphVizEdge() 공개 메소드

public GraphVizEdge ( int source, int target ) : System
source int
target int
리턴 System

GraphVizEdge() 공개 메소드

public GraphVizEdge ( string source, string target ) : System
source string
target string
리턴 System

Save() 공개 메소드

public Save ( TextWriter writer ) : void
writer System.IO.TextWriter
리턴 void

프로퍼티 상세

Source 공개적으로 프로퍼티

public string Source
리턴 string

color 공개적으로 프로퍼티

edge stroke color
public string color
리턴 string

constraint 공개적으로 프로퍼티

use edge to affect node ranking
public bool? constraint
리턴 bool?

fontsize 공개적으로 프로퍼티

point size of label
public int? fontsize
리턴 int?

label 공개적으로 프로퍼티

public string label
리턴 string

style 공개적으로 프로퍼티

public string style
리턴 string