Package | Description |
---|---|
org.sunflow | |
org.sunflow.system | |
org.sunflow.system.ui |
Modifier and Type | Method | Description |
---|---|---|
void |
Benchmark.print(UI.Module m,
UI.PrintLevel level,
java.lang.String s) |
Modifier and Type | Method | Description |
---|---|---|
static UI.Module |
UI.Module.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static UI.Module[] |
UI.Module.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
UI.formatOutput(UI.Module m,
UI.PrintLevel level,
java.lang.String s) |
|
void |
UserInterface.print(UI.Module m,
UI.PrintLevel level,
java.lang.String s) |
Displays some information to the user from the specified module with the
specified print level.
|
static void |
UI.printDetailed(UI.Module m,
java.lang.String s,
java.lang.Object... args) |
|
static void |
UI.printError(UI.Module m,
java.lang.String s,
java.lang.Object... args) |
|
static void |
UI.printInfo(UI.Module m,
java.lang.String s,
java.lang.Object... args) |
|
static void |
UI.printWarning(UI.Module m,
java.lang.String s,
java.lang.Object... args) |
Modifier and Type | Method | Description |
---|---|---|
void |
ConsoleInterface.print(UI.Module m,
UI.PrintLevel level,
java.lang.String s) |
|
void |
SilentInterface.print(UI.Module m,
UI.PrintLevel level,
java.lang.String s) |