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