ConsoleOut
public interface IConsoleOut
Modifier and Type | Method | Description |
---|---|---|
void |
doubleOut(double val,
int width,
int precis) |
|
double |
elapsedTime() |
|
void |
intOut(int val,
int width) |
|
void |
outLn() |
|
void |
textOut(java.lang.String tstr) |
|
void |
textOutLn(java.lang.String tstr) |