A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
time() — Static method in class com.hexagonstar.util.debug.Debug
Sends a Time & Date stamp to Alcon's Trace Logger.
timeInMilliSeconds — Property in class com.hexagonstar.util.debug.StopWatch
Calculates and returns the elapsed time in milliseconds.
timeInSeconds — Property in class com.hexagonstar.util.debug.StopWatch
Calculates and returns the elapsed time in seconds.
timerInMilliSeconds() — Static method in class com.hexagonstar.util.debug.Debug
Outputs the measured Stopwatch time in milliseconds to Alcon's Trace Logger.
timerInSeconds() — Static method in class com.hexagonstar.util.debug.Debug
Outputs the measured Stopwatch time in seconds to Alcon's Trace Logger.
timerReset() — Static method in class com.hexagonstar.util.debug.Debug
Resets the Stopwatch.
timerStart(title) — Static method in class com.hexagonstar.util.debug.Debug
Starts a Stopwatch to measure a time amount.
timerStop() — Static method in class com.hexagonstar.util.debug.Debug
Stops the Stopwatch after it has been started with Debug.timerStart().
timerStopToString(reset) — Static method in class com.hexagonstar.util.debug.Debug
Stops the Stopwatch and immediately sends the measured time to the Trace Logger in the same format like Debug.timerToString().
timerToString() — Static method in class com.hexagonstar.util.debug.Debug
Sends the measured Stopwatch time to the Trace Logger.
toString() — Method in class com.hexagonstar.util.debug.StopWatch
Generates a string representation of the Stopwatch that includes all start and stop times in milliseconds.
trace(... rest) — Static method in class com.hexagonstar.util.debug.Debug
Traces out any specified data to Alcon's Trace logger.
traceObj(obj, depth, level) — Static method in class com.hexagonstar.util.debug.Debug
Traces the specified Object, Array or Class recursively to Alcon's Trace logger.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z