scala.io

AnsiColor

trait AnsiColor extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AnsiColor
  2. AnyRef
  3. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from AnsiColor to StringAdd[AnsiColor] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (AnsiColor, B)

    Implicit information
    This member is added by an implicit conversion from AnsiColor to ArrowAssoc[AnsiColor] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. final val BLACK: String("\033[30m")

    Foreground color for ANSI black

  9. final val BLACK_B: String("\033[40m")

    Background color for ANSI black

  10. final val BLINK: String("\033[5m")

    ANSI blink

  11. final val BLUE: String("\033[34m")

    Foreground color for ANSI blue

  12. final val BLUE_B: String("\033[44m")

    Background color for ANSI blue

  13. final val BOLD: String("\033[1m")

    ANSI bold

  14. final val CYAN: String("\033[36m")

    Foreground color for ANSI cyan

  15. final val CYAN_B: String("\033[46m")

    Background color for ANSI cyan

  16. final val GREEN: String("\033[32m")

    Foreground color for ANSI green

  17. final val GREEN_B: String("\033[42m")

    Background color for ANSI green

  18. final val INVISIBLE: String("\033[8m")

    ANSI invisible

  19. final val MAGENTA: String("\033[35m")

    Foreground color for ANSI magenta

  20. final val MAGENTA_B: String("\033[45m")

    Background color for ANSI magenta

  21. final val RED: String("\033[31m")

    Foreground color for ANSI red

  22. final val RED_B: String("\033[41m")

    Background color for ANSI red

  23. final val RESET: String("\033[0m")

    Reset ANSI styles

  24. final val REVERSED: String("\033[7m")

    ANSI reversed

  25. final val UNDERLINED: String("\033[4m")

    ANSI underlines

  26. final val WHITE: String("\033[37m")

    Foreground color for ANSI white

  27. final val WHITE_B: String("\033[47m")

    Background color for ANSI white

  28. final val YELLOW: String("\033[33m")

    Foreground color for ANSI yellow

  29. final val YELLOW_B: String("\033[43m")

    Background color for ANSI yellow

  30. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  31. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def ensuring(cond: (AnsiColor) ⇒ Boolean, msg: ⇒ Any): AnsiColor

    Implicit information
    This member is added by an implicit conversion from AnsiColor to Ensuring[AnsiColor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: (AnsiColor) ⇒ Boolean): AnsiColor

    Implicit information
    This member is added by an implicit conversion from AnsiColor to Ensuring[AnsiColor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: Boolean, msg: ⇒ Any): AnsiColor

    Implicit information
    This member is added by an implicit conversion from AnsiColor to Ensuring[AnsiColor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. def ensuring(cond: Boolean): AnsiColor

    Implicit information
    This member is added by an implicit conversion from AnsiColor to Ensuring[AnsiColor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. def formatted(fmtstr: String): String

    Returns string formatted according to given format string.

    Returns string formatted according to given format string. Format strings are as for String.format (@see java.lang.String.format).

    Implicit information
    This member is added by an implicit conversion from AnsiColor to StringFormat[AnsiColor] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  40. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  41. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  42. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  43. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def [B](y: B): (AnsiColor, B)

    Implicit information
    This member is added by an implicit conversion from AnsiColor to ArrowAssoc[AnsiColor] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from AnsiColor to StringAdd[AnsiColor]

Inherited by implicit conversion StringFormat from AnsiColor to StringFormat[AnsiColor]

Inherited by implicit conversion Ensuring from AnsiColor to Ensuring[AnsiColor]

Inherited by implicit conversion ArrowAssoc from AnsiColor to ArrowAssoc[AnsiColor]

Ungrouped