C# Class CURELab.SignLanguage.Debugger.View.SegWordShowBox

SegWordShowBox.xaml 的交互逻辑
Inheritance: System.Windows.Controls.UserControl
Show file Open project: huangfuyang/Sign-Language-with-Kinect

Public Methods

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

Private Methods

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

Method Details

AddSplitLine() public method

public AddSplitLine ( int X ) : void
X int
return void

AddSplitLine() public method

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

AddWords() public method

public AddWords ( SegmentedWordCollection words ) : void
words SegmentedWordCollection
return void

ClearSplitLine() public method

public ClearSplitLine ( bool isClearAcc, bool isClearVel, bool isClearAng ) : void
isClearAcc bool
isClearVel bool
isClearAng bool
return void

DrawSigner() public method

public DrawSigner ( int time ) : void
time int
return void

RemoveAll() public method

public RemoveAll ( ) : void
return void

SegWordShowBox() public method

public SegWordShowBox ( ) : System
return System

ShowSplitLine() public method

public ShowSplitLine ( bool isShowAcc, bool isShowVel, bool isShowAng ) : void
isShowAcc bool
isShowVel bool
isShowAng bool
return void