Examples of SaccadeEvent


Examples of de.dfki.km.text20.services.evaluators.gaze.listenertypes.saccade.SaccadeEvent

                public Fixation getEnd() {
                    return currentFixation;
                }
            };

            callListener(new SaccadeEvent() {

                @Override
                public Saccade getSaccade() {
                    return saccade;
                }
View Full Code Here

Examples of de.dfki.km.text20.services.evaluators.gaze.listenertypes.saccade.SaccadeEvent

        // TODO: Proper handling of non-saccades between two fixations, i.e. when the time and or distance between two
        // fixation was too long, you wouldn't call it a saccade anymore.

        final Fixation last = this.lastFixation;

        callListener(new SaccadeEvent() {

            @Override
            public long getGenerationTime() {
                return l;
            }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.