Package | Description |
---|---|
org.jcodec.common.tools |
Modifier and Type | Method and Description |
---|---|
static MainUtils.ANSIColor |
MainUtils.ANSIColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MainUtils.ANSIColor[] |
MainUtils.ANSIColor.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 |
MainUtils.color(String str,
MainUtils.ANSIColor fg) |
static String |
MainUtils.color3(String str,
MainUtils.ANSIColor fg,
MainUtils.ANSIColor bg) |
static String |
MainUtils.color4(String str,
MainUtils.ANSIColor fg,
MainUtils.ANSIColor bg,
boolean bright) |
static String |
MainUtils.colorBright(String str,
MainUtils.ANSIColor fg,
boolean bright) |
Copyright © 2019. All rights reserved.