net.sf.kernow.util
Class PercentHelper

java.lang.Object
  extended by net.sf.kernow.util.PercentHelper

public class PercentHelper
extends java.lang.Object


Constructor Summary
PercentHelper()
           
 
Method Summary
static int getPercentComplete(int doneSoFar, int total)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PercentHelper

public PercentHelper()
Method Detail

getPercentComplete

public static int getPercentComplete(int doneSoFar,
                                     int total)