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

Packages that use TrajectoryChartDataModel
org.hackystat.projectbrowser.page.trajectory Provides the Trajectory page. 
 

Uses of TrajectoryChartDataModel in org.hackystat.projectbrowser.page.trajectory
 

Methods in org.hackystat.projectbrowser.page.trajectory that return TrajectoryChartDataModel
 TrajectoryChartDataModel TrajectorySession.getDataModel()
          Get the data model.
 

Methods in org.hackystat.projectbrowser.page.trajectory with parameters of type TrajectoryChartDataModel
 void TrajectorySession.setDataModel(TrajectoryChartDataModel dataModel)
          Set the data model.