Examples of ElementGeometryEvent


Examples of de.dfki.km.text20.browserplugin.services.sessionrecorder.events.ElementGeometryEvent

     * @param content
     * @param r
     */
    public void updateElementGeometry(final String id, final String type,
                                      final String content, final Rectangle r) {
        addEvent(new ElementGeometryEvent(id, type, content, r));
    }
View Full Code Here

Examples of de.dfki.km.text20.browserplugin.services.sessionrecorder.events.ElementGeometryEvent

     * @param r
     */
    public void updateElementGeometry(final String id, final String type,
                                      final String content, final Rectangle r) {

        addEvent(new ElementGeometryEvent(id, type, content, r));
    }
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.