|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortfolioCategory | |
---|---|
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. |
Uses of PortfolioCategory in org.hackystat.projectbrowser.page.projectportfolio.detailspanel |
---|
Methods in org.hackystat.projectbrowser.page.projectportfolio.detailspanel with parameters of type PortfolioCategory | |
---|---|
java.lang.String |
PortfolioMeasureConfiguration.getColor(PortfolioCategory category)
Return the color associated with the given category. |
Uses of PortfolioCategory in org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart |
---|
Methods in org.hackystat.projectbrowser.page.projectportfolio.detailspanel.chart that return PortfolioCategory | |
---|---|
PortfolioCategory |
StreamTrendClassifier.getStreamCategory(MiniBarChart chart)
Parse the given MiniBarChart and produce a PortfolioCategory result. |
PortfolioCategory |
StreamParticipationClassifier.getStreamCategory(MiniBarChart chart)
Parse the given MiniBarChart and produce a StreamCategory result. |
PortfolioCategory |
StreamDeviationClassifier.getStreamCategory(MiniBarChart chart)
Parse the given MiniBarChart and produce a PortfolioCategory result. |
PortfolioCategory |
StreamClassifier.getStreamCategory(MiniBarChart chart)
Parse the given MiniBarChart and produce a PortfolioCategory result. |
PortfolioCategory |
StreamTrendClassifier.getValueCategory(double value)
Return the category of the given value. |
PortfolioCategory |
StreamParticipationClassifier.getValueCategory(double value)
Return the category of the given value. |
PortfolioCategory |
StreamDeviationClassifier.getValueCategory(double value)
Return the category of the given value. |
PortfolioCategory |
StreamClassifier.getValueCategory(double value)
Parse the given value and produce a PortfolioCategory result. |
static PortfolioCategory |
PortfolioCategory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PortfolioCategory[] |
PortfolioCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |