com.atlassian.jira.web.bean
Class PercentageGraphModel
java.lang.Object
com.atlassian.jira.web.bean.PercentageGraphModel
- public class PercentageGraphModel
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PercentageGraphModel
public PercentageGraphModel()
addRow
public void addRow(String colour,
long number,
String description,
String statuses)
getRows
public List getRows()
getPercentage
public int getPercentage(PercentageGraphRow row)
- Use to get the percentage of a particular row
Copyright © 2002-2006 Atlassian. All Rights Reserved.