Packages

object InitialsColor

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

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. val blue: InitialsColor
  6. val burgundy: InitialsColor
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. val coolGray: InitialsColor
  9. val cyan: InitialsColor
  10. val darkBlue: InitialsColor
  11. val darkGreen: InitialsColor
  12. val darkRed: InitialsColor
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. val gold: InitialsColor
  17. val gray: InitialsColor

    Gray can result in offensive persona coins with some initials combinations, so it can only be set with overrides.

  18. val green: InitialsColor
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val lightBlue: InitialsColor
  22. val lightGreen: InitialsColor
  23. val lightPink: InitialsColor
  24. val lightRed: InitialsColor
  25. val magenta: InitialsColor
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. val orange: InitialsColor
  30. val pink: InitialsColor
  31. val purple: InitialsColor
  32. val rust: InitialsColor
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. val teal: InitialsColor
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. val transparent: InitialsColor

    Transparent is not intended to be used with typical initials due to accessibility issues.

    Transparent is not intended to be used with typical initials due to accessibility issues. Its primary use is for overflow buttons, so it is considered a reserved color and can only be set with overrides.

  37. val violet: InitialsColor
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. val warmGray: InitialsColor

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped