Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
DG Class Reference

Static Public Member Functions

static final void bam (Object o)
 
static final void bam (int i)
 
static final void bam (boolean b)
 
static final void bam (long l)
 
static final void bam (double d)
 
static void visiBam (String text)
 
static final void bam (Icon c)
 
static final void bam (JLabel l)
 
static void resetSpeedCheck ()
 
static final void speedCheck ()
 
static final void speedCheck (String str)
 

Detailed Description

debugging class, using function names from the matrix system (eg DG.bam)

Author
Marc McIntyre mmcin.nosp@m.tyre.nosp@m.@squi.nosp@m.z.ne.nosp@m.t

Definition at line 30 of file DG.java.

Member Function Documentation

static final void bam ( Object  o)
inlinestatic

Prints an object. Assumes that there is a toString() method in the object, otherwise the default toString method in Object will be used

Parameters
othe object to string

Definition at line 41 of file DG.java.

static final void bam ( int  i)
inlinestatic

Prints an int

Parameters
ithe int to print

Definition at line 50 of file DG.java.

static final void bam ( boolean  b)
inlinestatic

Prints a boolean

Parameters
bthe boolean to print

Definition at line 59 of file DG.java.

static final void bam ( long  l)
inlinestatic

Prints a long

Parameters
lthe long to print

Definition at line 68 of file DG.java.

static final void bam ( double  d)
inlinestatic

Prints a double

Parameters
dthe double to print

Definition at line 77 of file DG.java.

static final void bam ( Icon  c)
inlinestatic

Displays a new component in a new frame

Parameters
cthe component to print

Definition at line 94 of file DG.java.

static void resetSpeedCheck ( )
inlinestatic

Resets the timer for speed check

Definition at line 112 of file DG.java.

static final void speedCheck ( )
inlinestatic

Calculates the time taken since the last call to DG.speed_check()

Definition at line 119 of file DG.java.

static final void speedCheck ( String  str)
inlinestatic

Calculates the time taken since the last call to DG.speed_check()

Parameters
strthe string to reference the speed check with

Definition at line 132 of file DG.java.


The documentation for this class was generated from the following file: