|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Write a single graph out to an HTML file
| Method Summary | |
String[] |
getMetricNames()
Get a list of metrics supported by this graph |
String |
getTitle()
Get the title of the graph |
void |
init(MetricDatabase database,
String id,
ResourceBundle props)
Initialize Graph from properties file |
void |
setPerDeveloper(boolean value)
Set whether we should report this metric per developer * |
void |
write(PrintWriter output,
File directory)
Output this report to an HTML file |
| Method Detail |
public void init(MetricDatabase database,
String id,
ResourceBundle props)
throws Exception
database - Where to get our dataid - A unique ID for this graphprops - Properties of this graph
Exception
public void write(PrintWriter output,
File directory)
throws Exception
output - Where to write the HTML reportdirectory - Where to store images
Exceptionpublic String getTitle()
public void setPerDeveloper(boolean value)
value - whether to report the metricpublic String[] getMetricNames()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||