|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.visualization.engines.blind.eval.PageEvaluation
public class PageEvaluation
Utility class to create evaluation summary of target page
Constructor Summary | |
---|---|
PageEvaluation(List<IProblemItem> problems,
PageData pageData)
Constructor of the class |
Method Summary | |
---|---|
String[] |
getAllResult()
Get evaluation result as array of String. |
static HighlightStringListener |
getHighLightStringListener()
Get default HighlightStringListener for blind usability
visualization result |
String[] |
getLocalizedMetrics()
Get evaluation metrics used to evaluate this page |
String[] |
getMetrics()
Get evaluation metrics used to evaluate this page |
String |
getOverallRating()
Get overall rating for the page |
PageData |
getPageData()
Get PageData used for this evaluation |
String |
getRatingIcon()
Get rating icon name for the page |
int[] |
getScores()
Get scores for each metrics |
String |
getSummary()
Get evaluation summary of the page |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageEvaluation(List<IProblemItem> problems, PageData pageData)
problems
- accessibility issues of target pagepageData
- statistics data of target pageMethod Detail |
---|
public static HighlightStringListener getHighLightStringListener()
HighlightStringListener
for blind usability
visualization result
HighlightStringListener
public String[] getAllResult()
public String getOverallRating()
public String getSummary()
public String getRatingIcon()
public String[] getMetrics()
public String[] getLocalizedMetrics()
public int[] getScores()
public PageData getPageData()
PageData
used for this evaluation
PageData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |