Examples of SaccadeUtil


Examples of de.dfki.km.text20.services.evaluators.gaze.util.SaccadeUtil

        // If the element is not visible, don't do anything
        if (!this.pseudorenderer.getStatus().contains(PseudorendererStatus.VISIBLE))
            return;

        final SaccadeUtil su = new SaccadeUtil(event.getSaccade());

        for (final String h : handler) {
            this.browserPlugin.executeJSFunction(h, su.getAngle(), su.getLength());
        }
    }
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.