Package ehistory.web.server.frontend

Examples of ehistory.web.server.frontend.TimeBean.zoom()


            TimeBean timeBean = clientBean.getTimeBean();
            if (request.getTimeDelta() != null) {
                timeBean.move(request.getTimeDelta());
            }
            if (request.getTimeZoom() != null) {
                timeBean.zoom(request.getTimeZoom());
            }
            if (request.getWidthChanged() != null) {
                timeBean.setWidth(request.getWidthChanged());
            }
            ticks.setTicks(timeBean.getTicks());
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.