implicit class Colored extends AnyRef
- Alphabetic
- By Inheritance
- Colored
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Colored(s: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def black: String
Colorize the given string foreground to ANSI black
- def blink: String
Make the given string blink (some terminals may turn this off)
- def blue: String
Colorize the given string foreground to ANSI blue
- def bold: String
Make the given string bold
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def cyan: String
Colorize the given string foreground to ANSI cyan
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def green: String
Colorize the given string foreground to ANSI green
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def magenta: String
Colorize the given string foreground to ANSI magenta
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def onBlack: String
Colorize the given string background to ANSI black
- def onBlue: String
Colorize the given string background to ANSI blue
- def onCyan: String
Colorize the given string background to ANSI cyan
- def onGreen: String
Colorize the given string background to ANSI green
- def onMagenta: String
Colorize the given string background to ANSI magenta
- def onRed: String
Colorize the given string background to ANSI red
- def onWhite: String
Colorize the given string background to ANSI white
- def onYellow: String
Colorize the given string background to ANSI yellow
- def red: String
Colorize the given string foreground to ANSI red
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def underlined: String
Underline the given string
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def white: String
Colorize the given string foreground to ANSI white
- def yellow: String
Colorize the given string foreground to ANSI yellow
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.