org.hyperscala.css.attributes

FontWeight

object FontWeight extends Enumerated[FontWeight] with EnumEntryPersistence[FontWeight]

Linear Supertypes
EnumEntryPersistence[FontWeight], ValuePersistence[FontWeight], Enumerated[FontWeight], FromString[FontWeight], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FontWeight
  2. EnumEntryPersistence
  3. ValuePersistence
  4. Enumerated
  5. FromString
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. val Bold: FontWeight

  5. val Bolder: FontWeight

  6. val Inherit: FontWeight

  7. val Lighter: FontWeight

  8. val Normal: FontWeight

  9. val Weight000: FontWeight

  10. val Weight100: FontWeight

  11. val Weight200: FontWeight

  12. val Weight300: FontWeight

  13. val Weight400: FontWeight

  14. val Weight500: FontWeight

  15. val Weight600: FontWeight

  16. val Weight700: FontWeight

  17. val Weight800: FontWeight

  18. def apply(name: String, caseSensitive: Boolean): FontWeight

    Definition Classes
    FontWeight → Enumerated
  19. def apply(index: Int): FontWeight

    Definition Classes
    Enumerated
  20. def apply(name: String): FontWeight

    Definition Classes
    Enumerated
  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def fromString(s: String, name: String, clazz: Class[_]): FontWeight

    Definition Classes
    EnumEntryPersistence → ValuePersistence
  27. def get(name: String, caseSensitive: Boolean): Option[FontWeight]

    Definition Classes
    Enumerated
  28. def get(name: String): Option[FontWeight]

    Definition Classes
    Enumerated → FromString
  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. lazy val length: Int

    Definition Classes
    Enumerated
  33. lazy val name: String

    Definition Classes
    Enumerated
  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. def random: FontWeight

    Definition Classes
    Enumerated
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(t: FontWeight, name: String, clazz: Class[_]): String

    Definition Classes
    EnumEntryPersistence → ValuePersistence
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. def unapply(s: String): Option[FontWeight]

    Definition Classes
    Enumerated
  42. def values: List[FontWeight]

    Definition Classes
    Enumerated
  43. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from EnumEntryPersistence[FontWeight]

Inherited from ValuePersistence[FontWeight]

Inherited from Enumerated[FontWeight]

Inherited from FromString[FontWeight]

Inherited from AnyRef

Inherited from Any

Ungrouped