|
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) |
|
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.
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
-
Definition at line 41 of file DG.java.
static final void bam |
( |
int |
i | ) |
|
|
inlinestatic |
Prints an int
- Parameters
-
Definition at line 50 of file DG.java.
static final void bam |
( |
boolean |
b | ) |
|
|
inlinestatic |
Prints a boolean
- Parameters
-
Definition at line 59 of file DG.java.
static final void bam |
( |
long |
l | ) |
|
|
inlinestatic |
Prints a long
- Parameters
-
Definition at line 68 of file DG.java.
static final void bam |
( |
double |
d | ) |
|
|
inlinestatic |
Prints a double
- Parameters
-
Definition at line 77 of file DG.java.
static final void bam |
( |
Icon |
c | ) |
|
|
inlinestatic |
Displays a new component in a new frame
- Parameters
-
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
-
str | the 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:
- /Users/webmaster/Desktop/squiz_matrix/core/lib/asset_map/java/src/net/squiz/matrix/assetmap/DG.java