Object/Trait

extras.scala.io

Color

Related Docs: trait Color | package io

Permalink

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Black extends Color with Product with Serializable

    Permalink
  5. object BlackBg extends Color with Product with Serializable

    Permalink
  6. object Blink extends Color with Product with Serializable

    Permalink
  7. object Blue extends Color with Product with Serializable

    Permalink
  8. object BlueBg extends Color with Product with Serializable

    Permalink
  9. object Bold extends Color with Product with Serializable

    Permalink
  10. object Cyan extends Color with Product with Serializable

    Permalink
  11. object CyanBg extends Color with Product with Serializable

    Permalink
  12. object Green extends Color with Product with Serializable

    Permalink
  13. object GreenBg extends Color with Product with Serializable

    Permalink
  14. object Invisible extends Color with Product with Serializable

    Permalink
  15. object Magenta extends Color with Product with Serializable

    Permalink
  16. object MagentaBg extends Color with Product with Serializable

    Permalink
  17. object Red extends Color with Product with Serializable

    Permalink
  18. object RedBg extends Color with Product with Serializable

    Permalink
  19. object Reset extends Color with Product with Serializable

    Permalink
  20. object Reversed extends Color with Product with Serializable

    Permalink
  21. object Underlined extends Color with Product with Serializable

    Permalink
  22. object White extends Color with Product with Serializable

    Permalink
  23. object WhiteBg extends Color with Product with Serializable

    Permalink
  24. object Yellow extends Color with Product with Serializable

    Permalink
  25. object YellowBg extends Color with Product with Serializable

    Permalink
  26. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  27. def black: Color

    Permalink
  28. def blackBg: Color

    Permalink
  29. def blink: Color

    Permalink
  30. def blue: Color

    Permalink
  31. def blueBg: Color

    Permalink
  32. def bold: Color

    Permalink
  33. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  34. def color(color: Color)(s: String): String

    Permalink
  35. def colored(color: Color)(s: String): String

    Permalink
  36. def cyan: Color

    Permalink
  37. def cyanBg: Color

    Permalink
  38. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  41. def green: Color

    Permalink
  42. def greenBg: Color

    Permalink
  43. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  44. def invisible: Color

    Permalink
  45. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  46. def magenta: Color

    Permalink
  47. def magentaBg: Color

    Permalink
  48. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  49. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  50. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  51. def red: Color

    Permalink
  52. def redBg: Color

    Permalink
  53. def render(color: Color): String

    Permalink
  54. def reset: Color

    Permalink
  55. def reversed: Color

    Permalink
  56. def show(color: Color): String

    Permalink
    Annotations
    @SuppressWarnings()
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  58. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  59. def underlined: Color

    Permalink
  60. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def white: Color

    Permalink
  64. def whiteBg: Color

    Permalink
  65. def yellow: Color

    Permalink
  66. def yellowBg: Color

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped