henplus.commands
Class TimeRenderer

java.lang.Object
  extended by henplus.commands.TimeRenderer

public class TimeRenderer
extends Object

document me.


Constructor Summary
TimeRenderer()
           
 
Method Summary
static void printFraction(long execTime, long number, OutputDevice out)
           
static void printTime(long execTimeInMs, long usec, OutputDevice out)
          print time to output device
static void printTime(long execTimeInMs, OutputDevice out)
          print time to output device
static String renderTime(long execTimeInMs)
          render time as string
static String renderTime(long execTimeInMs, long usec)
          render time as string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeRenderer

public TimeRenderer()
Method Detail

printFraction

public static void printFraction(long execTime,
                                 long number,
                                 OutputDevice out)

renderTime

public static String renderTime(long execTimeInMs)
render time as string


renderTime

public static String renderTime(long execTimeInMs,
                                long usec)
render time as string


printTime

public static void printTime(long execTimeInMs,
                             OutputDevice out)
print time to output device


printTime

public static void printTime(long execTimeInMs,
                             long usec,
                             OutputDevice out)
print time to output device



? 1997..2006 Henner Zeller