com.atlassian.jira.gadgets.system
Class TimeChart

java.lang.Object
  extended by com.atlassian.jira.gadgets.system.DateRangeChart
      extended by com.atlassian.jira.gadgets.system.TimeChart

public class TimeChart
extends DateRangeChart

Represents a time period based issue counting chart.

Since:
v4.0

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

TimeChart

public TimeChart(String location,
                 String title,
                 String filterUrl,
                 String imageMap,
                 String imageMapName,
                 TimeChart.TimeDataRow[] data,
                 int width,
                 int height)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.