Modifier and Type | Method and Description |
---|---|
static IOColors.OutputType |
IOColors.OutputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOColors.OutputType[] |
IOColors.OutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Color |
IOColors.getColor(InputOutput io,
IOColors.OutputType type)
Gets current color for output
|
protected abstract Color |
IOColors.getColor(IOColors.OutputType type)
Gets current color for output
|
static void |
IOColors.setColor(InputOutput io,
IOColors.OutputType type,
Color color)
Sets specified color for output
|
protected abstract void |
IOColors.setColor(IOColors.OutputType type,
Color color)
Sets specified color for output
|