Package com.google.speedtracer.client.timeline.fx.Zoom

Examples of com.google.speedtracer.client.timeline.fx.Zoom.CallBack


    // Add the scale
    this.scale = new TimeScale(graphContainer, resources);

    // callback to update the details panel when transition changes.
    Zoom.CallBack transitionCallback = new CallBack() {
      public void onAnimationComplete() {
        fixYAxisLabel();
        double left = mainTimeLineModel.getLeftBound();
        double right = mainTimeLineModel.getRightBound();
        detailsViewPanel.updateCurrentView(left, right);
View Full Code Here

TOP

Related Classes of com.google.speedtracer.client.timeline.fx.Zoom.CallBack

Copyright © 2018 www.massapicom. 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.