Packages

object Color

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Color
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit final class ColorOps extends AnyVal

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def black: Color
  6. def blackBg: Color
  7. def blink: Color
  8. def blue: Color
  9. def blueBg: Color
  10. def bold: Color
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. def cyan: Color
  13. def cyanBg: Color
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def green: Color
  18. def greenBg: Color
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def invisible: Color
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def magenta: Color
  23. def magentaBg: Color
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def red: Color
  28. def redBg: Color
  29. def render(color: Color): String
  30. def reset: Color
  31. def reversed: Color
  32. def show(color: Color): String
    Annotations
    @SuppressWarnings()
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def underlined: Color
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. def white: Color
  40. def whiteBg: Color
  41. def yellow: Color
  42. def yellowBg: Color
  43. case object Black extends Color with Product with Serializable
  44. case object BlackBg extends Color with Product with Serializable
  45. case object Blink extends Color with Product with Serializable
  46. case object Blue extends Color with Product with Serializable
  47. case object BlueBg extends Color with Product with Serializable
  48. case object Bold extends Color with Product with Serializable
  49. case object Cyan extends Color with Product with Serializable
  50. case object CyanBg extends Color with Product with Serializable
  51. case object Green extends Color with Product with Serializable
  52. case object GreenBg extends Color with Product with Serializable
  53. case object Invisible extends Color with Product with Serializable
  54. case object Magenta extends Color with Product with Serializable
  55. case object MagentaBg extends Color with Product with Serializable
  56. case object Red extends Color with Product with Serializable
  57. case object RedBg extends Color with Product with Serializable
  58. case object Reset extends Color with Product with Serializable
  59. case object Reversed extends Color with Product with Serializable
  60. case object Underlined extends Color with Product with Serializable
  61. case object White extends Color with Product with Serializable
  62. case object WhiteBg extends Color with Product with Serializable
  63. case object Yellow extends Color with Product with Serializable
  64. case object YellowBg extends Color with Product with Serializable

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped