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. All

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( ... ) @native() @HotSpotIntrinsicCandidate()
  12. def cyan: Color
  13. def cyanBg: Color
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_]
    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. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def underlined: Color
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def white: Color
  39. def whiteBg: Color
  40. def yellow: Color
  41. def yellowBg: Color
  42. object Black extends Color with Product with Serializable
  43. object BlackBg extends Color with Product with Serializable
  44. object Blink extends Color with Product with Serializable
  45. object Blue extends Color with Product with Serializable
  46. object BlueBg extends Color with Product with Serializable
  47. object Bold extends Color with Product with Serializable
  48. object Cyan extends Color with Product with Serializable
  49. object CyanBg extends Color with Product with Serializable
  50. object Green extends Color with Product with Serializable
  51. object GreenBg extends Color with Product with Serializable
  52. object Invisible extends Color with Product with Serializable
  53. object Magenta extends Color with Product with Serializable
  54. object MagentaBg extends Color with Product with Serializable
  55. object Red extends Color with Product with Serializable
  56. object RedBg extends Color with Product with Serializable
  57. object Reset extends Color with Product with Serializable
  58. object Reversed extends Color with Product with Serializable
  59. object Underlined extends Color with Product with Serializable
  60. object White extends Color with Product with Serializable
  61. object WhiteBg extends Color with Product with Serializable
  62. object Yellow extends Color with Product with Serializable
  63. 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