Examples of FixationEvent


Examples of de.dfki.km.text20.services.evaluators.gaze.listenertypes.fixation.FixationEvent

                              final List<EyeTrackingEvent> trackingEvents) {

        final Point center = getCenter(trackingEvents);
        final List<EyeTrackingEvent> myTrackingEvents = new ArrayList<EyeTrackingEvent>(trackingEvents);

        callListener(new FixationEvent() {
            @Override
            public Fixation getFixation() {
                return new Fixation() {

                    @Override
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.