pl.project13.scala.rainbow.Rainbow

RainbowString

class RainbowString extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RainbowString
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RainbowString(s: String)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def black: String

    Colorize the given string foreground to ANSI black

  6. def blink: String

    Make the given string blink (some terminals may turn this off)

  7. def blue: String

    Colorize the given string foreground to ANSI red

  8. def bold: String

    Make the given string bold

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def cyan: String

    Colorize the given string foreground to ANSI red

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def green: String

    Colorize the given string foreground to ANSI red

  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def invisible: String

    Make the given string invisible using ANSI color codes

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def magenta: String

    Colorize the given string foreground to ANSI red

  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def onBlack: String

    Colorize the given string background to ANSI red

  24. def onBlue: String

    Colorize the given string background to ANSI red

  25. def onCyan: String

    Colorize the given string background to ANSI red

  26. def onGreen: String

    Colorize the given string background to ANSI red

  27. def onMagenta: String

    Colorize the given string background to ANSI red

  28. def onRed: String

    Colorize the given string background to ANSI red

  29. def onWhite: String

    Colorize the given string background to ANSI red

  30. def onYellow: String

    Colorize the given string background to ANSI red

  31. def red: String

    Colorize the given string foreground to ANSI red

  32. def reversed: String

    Reverse the ANSI colors of the given string

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def underlined: String

    Underline the given string

  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def white: String

    Colorize the given string foreground to ANSI red

  40. def yellow: String

    Colorize the given string foreground to ANSI red

Inherited from AnyRef

Inherited from Any

Ungrouped