scala.io

AnsiColor

trait AnsiColor extends AnyRef

Source
AnsiColor.scala
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 any2stringadd
  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: Any): Boolean

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

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from AnsiColor to any2stringadd[AnsiColor] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. 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()
  5. final def ==(arg0: Any): Boolean

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

    Foreground color for ANSI black

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

    Background color for ANSI black

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

    ANSI blink

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

    Foreground color for ANSI blue

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

    Background color for ANSI blue

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

    ANSI bold

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

    Foreground color for ANSI cyan

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

    Background color for ANSI cyan

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

    Foreground color for ANSI green

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

    Background color for ANSI green

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

    ANSI invisible

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

    Foreground color for ANSI magenta

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

    Background color for ANSI magenta

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

    Foreground color for ANSI red

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

    Background color for ANSI red

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

    Reset ANSI styles

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

    ANSI reversed

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

    ANSI underlines

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

    Foreground color for ANSI white

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

    Background color for ANSI white

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

    Foreground color for ANSI yellow

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

    Background color for ANSI yellow

  28. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  29. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. 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
  31. 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
  32. 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
  33. 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
  34. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. 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()
  38. final def getClass(): Class[_]

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

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

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

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

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

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

    Definition Classes
    AnyRef
  45. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. 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 any2stringadd from AnsiColor to any2stringadd[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