mathcomp.monitor
Class Report.QuotientColumn

java.lang.Object
  extended by mathcomp.monitor.Report.Column
      extended by mathcomp.monitor.Report.NumberColumn
          extended by mathcomp.monitor.Report.QuotientColumn
Enclosing class:
Report

public static class Report.QuotientColumn
extends Report.NumberColumn


Constructor Summary
Report.QuotientColumn()
           
Report.QuotientColumn(java.lang.String id, java.lang.String name)
           
 
Method Summary
 java.lang.Object getValue(Report report, int row)
           
 
Methods inherited from class mathcomp.monitor.Report.NumberColumn
getDoubleValue, getDoubleValue
 
Methods inherited from class mathcomp.monitor.Report.Column
getId, getName, setId, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Report.QuotientColumn

public Report.QuotientColumn()

Report.QuotientColumn

public Report.QuotientColumn(java.lang.String id,
                             java.lang.String name)
Method Detail

getValue

public java.lang.Object getValue(Report report,
                                 int row)
Overrides:
getValue in class Report.Column