![]() |
Rabbit Escape
2017-01-14_18:33:47_+0000__(tag:_v0.10.1)
|
Public Member Functions | |
CellDebugPrint () | |
void | addString (int x, int y, int i, String s) |
void | addString (LookupItem2D l, int i, String s) |
void | addString (LookupItem2D l, int i, String f, Object...args) |
void | print () |
void | print (PrintStream s) |
Static Package Attributes | |
static int | maxX = 0 |
static int | maxY = 0 |
static int | maxI = 0 |
Private Member Functions | |
String | stringAt (int x, int y, int i) |
Static Private Member Functions | |
static String | formatString (String s) |
Private Attributes | |
final ArrayList< ArrayList< ArrayList< String > > > | strings |
Static Private Attributes | |
static int | maxLength = 0 |
static boolean | off = false |
Formats a table of debug output.
rabbitescape.engine.util.CellDebugPrint.CellDebugPrint | ( | ) |
void rabbitescape.engine.util.CellDebugPrint.addString | ( | int | x, |
int | y, | ||
int | i, | ||
String | s | ||
) |
void rabbitescape.engine.util.CellDebugPrint.addString | ( | LookupItem2D | l, |
int | i, | ||
String | s | ||
) |
void rabbitescape.engine.util.CellDebugPrint.addString | ( | LookupItem2D | l, |
int | i, | ||
String | f, | ||
Object... | args | ||
) |
|
staticprivate |
void rabbitescape.engine.util.CellDebugPrint.print | ( | ) |
void rabbitescape.engine.util.CellDebugPrint.print | ( | PrintStream | s | ) |
|
private |
|
staticpackage |
|
staticprivate |
|
staticpackage |
|
staticpackage |
|
staticprivate |
|
private |