dispatch(FixationLineEventType.FIXATION_LINE_STARTED);
this.misdetected = 0;
} else {
// ... or for a continuation
final FixationLineUtil flu = new FixationLineUtil(this.currentFixationLine);
final Fixation lastProperFixation = flu.getLastFixations(1).get(0);
final Point properCenter = lastProperFixation.getCenter();
final Point currentCenter = getLast(1).get(0).getCenter();
final int oldMis = this.misdetected;
// Check backward jump distance