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 |
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 |
public AddSplitLine ( int X, double stroke, SegmentType segType, Color color ) : void | ||
X | int | |
stroke | double | |
segType | SegmentType | |
color | Color | |
return | void |
public AddWords ( SegmentedWordCollection words ) : void | ||
words | SegmentedWordCollection | |
return | void |
public ClearSplitLine ( bool isClearAcc, bool isClearVel, bool isClearAng ) : void | ||
isClearAcc | bool | |
isClearVel | bool | |
isClearAng | bool | |
return | void |
public ShowSplitLine ( bool isShowAcc, bool isShowVel, bool isShowAng ) : void | ||
isShowAcc | bool | |
isShowVel | bool | |
isShowAng | bool | |
return | void |