o

console

Colors

object Colors

Colors

Version

1.0 2018-03-21 16:35

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Colors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def RB_BLUE(str: String): String
  5. def RB_GREEN(str: String): String
  6. def RB_INDIGO(str: String): String
  7. def RB_ORANGE(str: String): String
  8. def RB_RED(str: String): String
  9. def RB_VIOLET(str: String): String
  10. def RB_YELLOW(str: String): String
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def background(color: Int, str: String): String
  13. def backgroundTable: Unit
  14. def black(str: String): String
  15. def blue(str: String): String
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  17. def colorTable: Unit
  18. def cyan(str: String): String
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def green(str: String): String
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. lazy val isANSISupported: Boolean
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def magenta(str: String): String
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def red(str: String): String
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def text(color: Int, str: String): String
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. def white(str: String): String
  39. def yellow(str: String): String

Inherited from AnyRef

Inherited from Any

Ungrouped