C# 클래스 CURELab.SignLanguage.Debugger.View.SegWordShowBox

SegWordShowBox.xaml 的交互逻辑
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: huangfuyang/Sign-Language-with-Kinect

공개 메소드들

메소드 설명
AddSplitLine ( int X ) : void
AddSplitLine ( int X, double stroke, SegmentType segType, Color color ) : void
AddWords ( SegmentedWordCollection words ) : void
ClearSplitLine ( bool isClearAcc, bool isClearVel, bool isClearAng ) : void
DrawSigner ( int time ) : void
RemoveAll ( ) : void
SegWordShowBox ( ) : System
ShowSplitLine ( bool isShowAcc, bool isShowVel, bool isShowAng ) : void

비공개 메소드들

메소드 설명
AddLabel ( int length, string content, System.Windows.Media.Brush back ) : void
AddNewWord ( string word, int start, int end ) : void
AddSigner ( ) : Line
grd_Lines_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

메소드 상세

AddSplitLine() 공개 메소드

public AddSplitLine ( int X ) : void
X int
리턴 void

AddSplitLine() 공개 메소드

public AddSplitLine ( int X, double stroke, SegmentType segType, Color color ) : void
X int
stroke double
segType SegmentType
color Color
리턴 void

AddWords() 공개 메소드

public AddWords ( SegmentedWordCollection words ) : void
words SegmentedWordCollection
리턴 void

ClearSplitLine() 공개 메소드

public ClearSplitLine ( bool isClearAcc, bool isClearVel, bool isClearAng ) : void
isClearAcc bool
isClearVel bool
isClearAng bool
리턴 void

DrawSigner() 공개 메소드

public DrawSigner ( int time ) : void
time int
리턴 void

RemoveAll() 공개 메소드

public RemoveAll ( ) : void
리턴 void

SegWordShowBox() 공개 메소드

public SegWordShowBox ( ) : System
리턴 System

ShowSplitLine() 공개 메소드

public ShowSplitLine ( bool isShowAcc, bool isShowVel, bool isShowAng ) : void
isShowAcc bool
isShowVel bool
isShowAng bool
리턴 void