org.hyperscala.svg.attributes

FontWeight

object FontWeight extends AttributeObject[FontWeight]

Linear Supertypes
AttributeObject[FontWeight], EnumEntryPersistence[FontWeight], ValuePersistence[FontWeight], Enumerated[FontWeight], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FontWeight
  2. AttributeObject
  3. EnumEntryPersistence
  4. ValuePersistence
  5. Enumerated
  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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +=(enum: FontWeight): Unit

    Attributes
    protected[org.powerscala.enum]
    Definition Classes
    Enumerated
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. val Bold: FontWeight

  8. val Bolder: FontWeight

  9. val Inherit: FontWeight

  10. val Lighter: FontWeight

  11. val Normal: FontWeight

  12. val W100: FontWeight

  13. val W200: FontWeight

  14. val W300: FontWeight

  15. val W400: FontWeight

  16. val W500: FontWeight

  17. val W600: FontWeight

  18. val W700: FontWeight

  19. val W800: FontWeight

  20. val W900: FontWeight

  21. implicit def _thisAttributeObject: AttributeObject[FontWeight]

    Definition Classes
    AttributeObject
  22. def apply(index: Int): FontWeight

    Definition Classes
    Enumerated
  23. def apply(name: String, caseSensitive: Boolean): FontWeight

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

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

    Definition Classes
    Any
  26. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def enumName(enum: EnumEntry): String

    Attributes
    protected[org.powerscala.enum]
    Definition Classes
    Enumerated
  28. def enumOrdinal(enum: EnumEntry): Int

    Attributes
    protected[org.powerscala.enum]
    Definition Classes
    Enumerated
  29. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    EnumEntryPersistence → ValuePersistence
  33. def get(name: String): Option[FontWeight]

    Definition Classes
    Enumerated
  34. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  37. lazy val length: Int

    Definition Classes
    Enumerated
  38. lazy val name: String

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

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

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

    Definition Classes
    AnyRef
  42. def random: FontWeight

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

    Definition Classes
    AnyRef
  44. implicit val thisEnumerated: Enumerated[EnumEntry]

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

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

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

    Definition Classes
    Enumerated
  48. lazy val values: List[FontWeight]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AttributeObject[FontWeight]

Inherited from EnumEntryPersistence[FontWeight]

Inherited from ValuePersistence[FontWeight]

Inherited from Enumerated[FontWeight]

Inherited from AnyRef

Inherited from Any

Ungrouped