Uses of Class
org.hackystat.projectbrowser.googlechart.GoogleChart

Packages that use GoogleChart
org.hackystat.projectbrowser.page.telemetry.datapanel Provides the data panel of telemetry viewer. 
org.hackystat.projectbrowser.page.trajectory.datapanel Provides the data panel of trajectory viewer. 
 

Uses of GoogleChart in org.hackystat.projectbrowser.page.telemetry.datapanel
 

Methods in org.hackystat.projectbrowser.page.telemetry.datapanel with parameters of type GoogleChart
 void TelemetryChartDataModel.addStreamToChart(SelectableTelemetryStream stream, double minimum, double maximum, GoogleChart googleChart)
          Add the given stream to the google chart.
 

Uses of GoogleChart in org.hackystat.projectbrowser.page.trajectory.datapanel
 

Methods in org.hackystat.projectbrowser.page.trajectory.datapanel with parameters of type GoogleChart
 void TrajectoryChartDataModel.addStreamToChart(SelectableTrajectoryStream stream, double minimum, double maximum, java.lang.Integer maxStreamLength, GoogleChart googleChart)
          Add the given stream to the google chart.
 void TrajectoryChartDataModel.addStreamToDTWChart(SelectableTrajectoryStream stream, java.util.List<java.lang.Double> list, double minimum, double maximum, java.lang.Integer maxStreamLength, GoogleChart googleChart)
          Add the given stream to the google chart.
 java.util.List<java.lang.Double> TrajectoryChartDataModel.addStreamToNormalizedChart(SelectableTrajectoryStream stream, double minimum, double maximum, java.lang.Integer maxStreamLength, GoogleChart googleChart)
          Add the given stream to the google chart and return the normalized data.