예제 #1
0
 public void setFixationFinished()
 {
     _currentEFixationPhase = eFixationPhase.finished;
 }
예제 #2
0
 /// <summary>
 /// Set's the fixation to finished.
 /// For use when toggling off a currently running fixation.
 /// </summary>
 public void endFixation()
 {
     _currentEFixationPhase = eFixationPhase.finished;
 }
예제 #3
0
 public Fixation(Point location, eFixationPhase currentEFixationPhase)
 {
     _location = location;
     _currentEFixationPhase = currentEFixationPhase;
 }
예제 #4
0
 public void setFixationFinished()
 {
     _currentEFixationPhase = eFixationPhase.finished;
 }
예제 #5
0
 /// <summary>
 /// Set's the fixation to finished.
 /// For use when toggling off a currently running fixation.
 /// </summary>
 public void endFixation()
 {
     _currentEFixationPhase = eFixationPhase.finished;
 }
예제 #6
0
 public Fixation(Point location, eFixationPhase currentEFixationPhase)
 {
     _location = location;
     _currentEFixationPhase = currentEFixationPhase;
 }