Package com.google.speedtracer.client.timeline

Examples of com.google.speedtracer.client.timeline.TransientGraphSelection$MouseListener


    super(container, resources.mainTimeLineCss().mainTimeLine(), timeLineModel);
    this.transition = new Zoom(this);
    transition.setCallBack(cb);
    addGraph(new MainGraph(this, visualizations, resources));
    // Create the Draggable selection widget.
    new TransientGraphSelection(this, resources);
    // Add graph callout widget.
    new GraphCallout(timeLineModel.getGraphCalloutModel(), this, resources);
  }
View Full Code Here

TOP

Related Classes of com.google.speedtracer.client.timeline.TransientGraphSelection$MouseListener

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.