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

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


  public MainTimeLine(Container container,
      List<Visualization<?, ?>> visualizations, TimeLineModel timeLineModel,
      Zoom.CallBack cb, MainTimeLine.Resources resources) {
    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.
View Full Code Here

TOP

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

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.