Uses of Package
org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart

Packages that use org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart
org.hackystat.projectbrowser.page.projectportfolio.detailspanel Provides the detail panel of project portfolio page. 
org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart Provides the charts and associated functions for detail panel of project portfolio page. 
 

Classes in org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart used by org.hackystat.projectbrowser.page.projectportfolio.detailspanel
MiniBarChart
          A mini bar chart.
PortfolioCategory
          Enumeration class of Portfolio Categories.
StreamClassifier
          Interface of stream classifier.
 

Classes in org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart used by org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart
MiniBarChart
          A mini bar chart.
PortfolioCategory
          Enumeration class of Portfolio Categories.
StreamClassifier
          Interface of stream classifier.
StreamDeviationClassifier
          Classify the trend according to its deviation.
StreamParticipationClassifier
          Classify stream into 3 categories: GOOD, AVERAGE and POOR, according to the participation of members.
StreamTrendClassifier
          Classify stream trend into 4 classes: increasing, decreasing, stable and unstable(other).