|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.gadgets.system.DateRangeChart com.atlassian.jira.gadgets.system.TimeChart
public class TimeChart
Represents a time period based issue counting chart.
Nested Class Summary | |
---|---|
static class |
TimeChart.Generator
|
static class |
TimeChart.TimeDataRow
|
Field Summary |
---|
Fields inherited from class com.atlassian.jira.gadgets.system.DateRangeChart |
---|
filterTitle, filterUrl, height, imageMap, imageMapName, location, width |
Constructor Summary | |
---|---|
TimeChart(String location,
String title,
String filterUrl,
String imageMap,
String imageMapName,
TimeChart.TimeDataRow[] data,
int width,
int height)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TimeChart(String location, String title, String filterUrl, String imageMap, String imageMapName, TimeChart.TimeDataRow[] data, int width, int height)
Method Detail |
---|
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |