C# Class RealtimeAnalysis.TimeDiagram

Mostra file Open project: rubis-lab/RealtimeAnalysis Class Usage Examples

Public Methods

Method Description
SetTask ( PeriodicTask task, double startTime, double endTime ) : void
TimeDiagram ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

사용 중인 모든 리소스를 정리합니다.

DrawSingleTask ( PaintEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

Private Methods

Method Description
DrawTaskEvents ( PaintEventArgs e ) : void
InitializeComponent ( ) : void

디자이너 지원에 필요한 메서드입니다. 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.

SetTask ( List list, int startTime, long endTime ) : void

Method Details

Dispose() protected method

사용 중인 모든 리소스를 정리합니다.
protected Dispose ( bool disposing ) : void
disposing bool 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.
return void

DrawSingleTask() protected method

protected DrawSingleTask ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e EventArgs
return void

SetTask() public method

public SetTask ( PeriodicTask task, double startTime, double endTime ) : void
task PeriodicTask
startTime double
endTime double
return void

TimeDiagram() public method

public TimeDiagram ( ) : System
return System