C# 클래스 MCAEmotiv.GUI.Animation.AbstractTimedView

Implements a view that finishes after a fixed time limit. A negative display time causes the view to display forever. Does not set a result.
상속: View
파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter

공개 메소드들

메소드 설명
AbstractTimedView ( int displayTimeMillis ) : System

Constructs a timed view with the given display time. A negative display time value causes the view to display indefinitely.

메소드 상세

AbstractTimedView() 공개 메소드

Constructs a timed view with the given display time. A negative display time value causes the view to display indefinitely.
public AbstractTimedView ( int displayTimeMillis ) : System
displayTimeMillis int
리턴 System