Uses of Class
org.hackystat.projectbrowser.page.trajectory.datapanel.SelectableTrajectoryStream

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

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

Methods in org.hackystat.projectbrowser.page.trajectory.datapanel that return types with arguments of type SelectableTrajectoryStream
 java.util.List<SelectableTrajectoryStream> TrajectoryChartDataModel.getTrajectoryStream(org.hackystat.sensorbase.resource.projects.jaxb.Project project)
          Return the list of TelemetryStream associated with the given project.
 

Methods in org.hackystat.projectbrowser.page.trajectory.datapanel with parameters of type SelectableTrajectoryStream
 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.
 

Method parameters in org.hackystat.projectbrowser.page.trajectory.datapanel with type arguments of type SelectableTrajectoryStream
 java.lang.String TrajectoryChartDataModel.getDTWChartURL(java.util.List<SelectableTrajectoryStream> streams)
          Return the google chart url that present normalized streams.
 java.lang.String TrajectoryChartDataModel.getNormalizedTSChartURL(java.util.List<SelectableTrajectoryStream> streams)
          Return the google chart url that present normalized streams.
 java.lang.String TrajectoryChartDataModel.getTelemetryChartURL(java.util.List<SelectableTrajectoryStream> streams)
          Return the google chart url that present all streams within the given list.