c

org.specs2.text

InvertedColors

class InvertedColors extends ConsoleColors

This color scheme can be used with a white background

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InvertedColors
  2. ConsoleColors
  3. Colors
  4. AnsiColors
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InvertedColors()

Type Members

  1. implicit class AnsiColorOps extends AnyRef
    Definition Classes
    AnsiColors

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. lazy val all: Seq[AnsiColor]
    Definition Classes
    AnsiColors
  5. lazy val allColors: Seq[AnsiColor]
    Definition Classes
    AnsiColors
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. lazy val black: AnsiColor
    Definition Classes
    AnsiColors
  8. lazy val blue: AnsiColor
    Definition Classes
    AnsiColors
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. def color(s: String, color: AnsiColor, doIt: Boolean = true): String

    returns

    a colored string (if args.color == true) color markers are inserted at the beginning and end of each line so that newlines are preserved

    Definition Classes
    AnsiColors
  11. lazy val cyan: AnsiColor
    Definition Classes
    AnsiColors
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def error(s: String, doIt: Boolean = true): String
    Definition Classes
    ConsoleColorsColors
  15. def errorColor: AnsiColor
    Definition Classes
    InvertedColorsConsoleColorsColors
  16. def failure(s: String, doIt: Boolean = true): String
    Definition Classes
    ConsoleColorsColors
  17. def failureColor: AnsiColor
    Definition Classes
    InvertedColorsConsoleColorsColors
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. lazy val green: AnsiColor
    Definition Classes
    AnsiColors
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. lazy val magenta: AnsiColor
    Definition Classes
    AnsiColors
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. def pending(s: String, doIt: Boolean = true): String
    Definition Classes
    ConsoleColorsColors
  27. def pendingColor: AnsiColor
    Definition Classes
    InvertedColorsConsoleColorsColors
  28. lazy val red: AnsiColor
    Definition Classes
    AnsiColors
  29. def removeColors(s: String): String
    Definition Classes
    ConsoleColorsColors
  30. def removeColors(s: String, doIt: Boolean = true): String

    returns

    a string with no color codes

    Definition Classes
    AnsiColors
  31. lazy val reset: AnsiColor
    Definition Classes
    AnsiColors
  32. def skipped(s: String, doIt: Boolean = true): String
    Definition Classes
    ConsoleColorsColors
  33. def skippedColor: AnsiColor
    Definition Classes
    InvertedColorsConsoleColorsColors
  34. def stats(s: String, doIt: Boolean = true): String
    Definition Classes
    ConsoleColorsColors
  35. def statsColor: AnsiColor
    Definition Classes
    InvertedColorsConsoleColorsColors
  36. def success(s: String, doIt: Boolean = true): String
    Definition Classes
    ConsoleColorsColors
  37. def successColor: AnsiColor
    Definition Classes
    InvertedColorsConsoleColorsColors
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def text(s: String, doIt: Boolean = true): String
    Definition Classes
    ConsoleColorsColors
  40. def textColor: AnsiColor
    Definition Classes
    InvertedColorsConsoleColorsColors
  41. def toString(): String
    Definition Classes
    ConsoleColorsAnsiColors → AnyRef → Any
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. lazy val white: AnsiColor
    Definition Classes
    AnsiColors
  46. lazy val yellow: AnsiColor
    Definition Classes
    AnsiColors

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ConsoleColors

Inherited from Colors

Inherited from AnsiColors

Inherited from AnyRef

Inherited from Any

Ungrouped