ColorText

org.beangle.commons.lang.Consoles.ColorText
See theColorText companion object
class ColorText(val s: String)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def background(color: Color): ColorText
def bold(): ColorText
def color(color: Color): ColorText
def render(text: String): String
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val s: String