|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGlobals.GS
public class GS
Collection of static methods and fields. Be aware, con() methods can be slow.
Field Summary | |
---|---|
static boolean |
deb
|
static java.lang.String |
defaultFontName
|
static java.lang.String |
defaultMonospacedFontName
|
static java.lang.String[] |
mainLog
Cyclic log for program main events |
static boolean |
mainLogFilled
|
static int |
mainLogPos
|
Constructor Summary | |
---|---|
GS()
|
Method Summary | |
---|---|
static void |
com(java.lang.String s)
Console multistring. |
static void |
con(java.lang.String s)
Wrapper to system console |
static void |
con(java.lang.String[] s)
Wrapper to system console The same as con but input is string's array |
static void |
con(java.lang.String[] s,
int lastIndexToPrint)
Wrapper to system console The same as con but input is string's array and resticted by lastIndexToPrint. |
static void |
dcon(java.lang.String s)
Debug string s to console |
static void |
dcon(java.lang.String[] s)
Debug array of strings s to console |
static void |
logToMain(java.lang.String s)
|
static java.lang.String |
scF(double d,
int len)
Outputs len-significant mantissa digits. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean deb
public static java.lang.String defaultFontName
public static java.lang.String defaultMonospacedFontName
public static java.lang.String[] mainLog
public static int mainLogPos
public static boolean mainLogFilled
Constructor Detail |
---|
public GS()
Method Detail |
---|
public static void logToMain(java.lang.String s)
public static void con(java.lang.String s)
public static void con(java.lang.String[] s)
public static void con(java.lang.String[] s, int lastIndexToPrint)
public static void com(java.lang.String s)
public static void dcon(java.lang.String s)
public static void dcon(java.lang.String[] s)
public static java.lang.String scF(double d, int len)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |