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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def black: String

    Colorize the given string foreground to ANSI black

  8. def blink: String

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

  9. def blue: String

    Colorize the given string foreground to ANSI red

  10. def bold: String

    Make the given string bold

  11. def clone(): AnyRef

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

    Colorize the given string foreground to ANSI red

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

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

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

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

    Definition Classes
    AnyRef → Any
  17. def green: String

    Colorize the given string foreground to ANSI red

  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def invisible: String

    Make the given string invisible using ANSI color codes

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def magenta: String

    Colorize the given string foreground to ANSI red

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

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

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

    Definition Classes
    AnyRef
  25. def onBlack: String

    Colorize the given string background to ANSI red

  26. def onBlue: String

    Colorize the given string background to ANSI red

  27. def onCyan: String

    Colorize the given string background to ANSI red

  28. def onGreen: String

    Colorize the given string background to ANSI red

  29. def onMagenta: String

    Colorize the given string background to ANSI red

  30. def onRed: String

    Colorize the given string background to ANSI red

  31. def onWhite: String

    Colorize the given string background to ANSI red

  32. def onYellow: String

    Colorize the given string background to ANSI red

  33. def red: String

    Colorize the given string foreground to ANSI red

  34. def reversed: String

    Reverse the ANSI colors of the given string

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

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def underlined: String

    Underline the given string

  38. final def wait(): Unit

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

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

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

    Colorize the given string foreground to ANSI red

  42. def yellow: String

    Colorize the given string foreground to ANSI red

Inherited from AnyRef

Inherited from Any

Ungrouped