|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectar.edu.unr.fceia.bottallo.Utils
public class Utils
Global functions and variables, generation of log files
Field Summary | |
---|---|
static java.lang.String |
_NIX_TEMP_DIR
|
static java.lang.String |
ACTIVE_STYLE
|
static java.lang.String |
DRAW
|
static java.lang.String |
UC
|
static java.lang.String |
WIN_TEMP_DIR
|
Constructor Summary | |
---|---|
Utils()
|
Method Summary | |
---|---|
static void |
pantalla(java.lang.String texto)
Silly replace of System.out.println() and output to file |
static java.lang.String |
removeSpaces(java.lang.String str)
Remove spaces in strings |
protected static void |
setOutputFile(java.lang.String f)
Set the name of the output log file |
protected static float |
string2float(java.lang.String s)
Convert a String to float |
protected static int |
string2int(java.lang.String s)
Convert a String to int |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String UC
public static final java.lang.String DRAW
public static final java.lang.String ACTIVE_STYLE
public static final java.lang.String _NIX_TEMP_DIR
public static final java.lang.String WIN_TEMP_DIR
Constructor Detail |
---|
public Utils()
Method Detail |
---|
protected static void setOutputFile(java.lang.String f)
protected static int string2int(java.lang.String s)
protected static float string2float(java.lang.String s)
public static java.lang.String removeSpaces(java.lang.String str)
public static void pantalla(java.lang.String texto)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |