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 cyan: Color

    Permalink
  35. def cyanBg: Color

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

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

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

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

    Permalink
  40. def greenBg: Color

    Permalink
  41. def hashCode(): Int

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

    Permalink
  43. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  44. def magenta: Color

    Permalink
  45. def magentaBg: Color

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

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

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

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

    Permalink
  50. def redBg: Color

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

    Permalink
  52. def reset: Color

    Permalink
  53. def reversed: Color

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

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

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

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

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

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

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

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

    Permalink
  62. def whiteBg: Color

    Permalink
  63. def yellow: Color

    Permalink
  64. 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