Package com.google.speedtracer.client.visualizations.model

Examples of com.google.speedtracer.client.visualizations.model.HintletReportModel


    // Construct the scope bar for selecting different type of hint reports.
    buildHintReportScopeBar(resources, hintReportContainer);

    // Create the hint report.
    this.report = new HintletReport(hintReportContainer,
        new HintletReportModel(), resources, HintletReport.REPORT_TYPE_SEVERITY);
  }
View Full Code Here

TOP

Related Classes of com.google.speedtracer.client.visualizations.model.HintletReportModel

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.