com.atlassian.jira.web.bean
Class PercentageGraphModel

java.lang.Object
  extended bycom.atlassian.jira.web.bean.PercentageGraphModel

public class PercentageGraphModel
extends Object


Constructor Summary
PercentageGraphModel()
           
 
Method Summary
 void addRow(String colour, long number, String description, String statuses)
           
 int getPercentage(PercentageGraphRow row)
          Use to get the percentage of a particular row
 List getRows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PercentageGraphModel

public PercentageGraphModel()
Method Detail

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-2007 Atlassian. All Rights Reserved.