public interface AnsiColorProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getAnsiBackgroundControlCode()
Gets the ANSI control code for setting the background colour
|
String |
getAnsiForegroundControlCode()
Gets the ANSI control code for setting the foreground colour
|
boolean |
usesExtendedColors()
Gets whether extended colours are used as this will affect the ANSI reset
sequence that needs to be used
|
String getAnsiBackgroundControlCode()
String getAnsiForegroundControlCode()
boolean usesExtendedColors()
Copyright © 2012–2022. All rights reserved.