Object/Class

org.hyperscala.svg.attributes

FontStretch

Related Docs: class FontStretch | package attributes

Permalink

object FontStretch extends AttributeObject[FontStretch] with Serializable

Linear Supertypes
Serializable, Serializable, AttributeObject[FontStretch], EnumEntryPersistence[FontStretch], ValuePersistence[FontStretch], Enumerated[FontStretch], Enum[FontStretch], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FontStretch
  2. Serializable
  3. Serializable
  4. AttributeObject
  5. EnumEntryPersistence
  6. ValuePersistence
  7. Enumerated
  8. Enum
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

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 Condensed extends FontStretch with Product with Serializable

    Permalink
  5. object Expanded extends FontStretch with Product with Serializable

    Permalink
  6. object ExtraCondensed extends FontStretch with Product with Serializable

    Permalink
  7. object ExtraExpanded extends FontStretch with Product with Serializable

    Permalink
  8. object Inherit extends FontStretch with Product with Serializable

    Permalink
  9. object Narrower extends FontStretch with Product with Serializable

    Permalink
  10. object Normal extends FontStretch with Product with Serializable

    Permalink
  11. object SemiCondensed extends FontStretch with Product with Serializable

    Permalink
  12. object SemiExpanded extends FontStretch with Product with Serializable

    Permalink
  13. object UltraCondensed extends FontStretch with Product with Serializable

    Permalink
  14. object UltraExpanded extends FontStretch with Product with Serializable

    Permalink
  15. object Wider extends FontStretch with Product with Serializable

    Permalink
  16. implicit def _thisAttributeObject: AttributeObject[FontStretch]

    Permalink
    Definition Classes
    AttributeObject
  17. def apply(name: String): FontStretch

    Permalink
    Definition Classes
    Enumerated
  18. def apply(index: Int): FontStretch

    Permalink
    Definition Classes
    Enumerated
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. macro def findValues: Set[FontStretch]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  25. def fromString(s: String, name: String, clazz: Class[_]): FontStretch

    Permalink
    Definition Classes
    EnumEntryPersistence → ValuePersistence
  26. def get(name: String, caseSensitive: Boolean): Option[FontStretch]

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

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

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

    Permalink
    Definition Classes
    Any
  30. lazy val length: Int

    Permalink
    Definition Classes
    Enumerated
  31. final lazy val lowerCaseNamesToValuesMap: Map[String, FontStretch]

    Permalink
    Definition Classes
    Enum
  32. final lazy val namesToValuesMap: Map[String, FontStretch]

    Permalink
    Definition Classes
    Enum
  33. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def random: FontStretch

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

    Permalink
    Definition Classes
    AnyRef
  38. def toString(t: FontStretch, name: String, clazz: Class[_]): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. def unapply(s: String): Option[FontStretch]

    Permalink
    Definition Classes
    Enumerated
  41. val values: Vector[FontStretch]

    Permalink
    Definition Classes
    FontStretch → Enumerated → Enum
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def withName(name: String): FontStretch

    Permalink
    Definition Classes
    Enum
  46. def withNameInsensitiveOption(name: String): Option[FontStretch]

    Permalink
    Definition Classes
    Enum
  47. def withNameOption(name: String): Option[FontStretch]

    Permalink
    Definition Classes
    Enum

Inherited from Serializable

Inherited from Serializable

Inherited from AttributeObject[FontStretch]

Inherited from EnumEntryPersistence[FontStretch]

Inherited from ValuePersistence[FontStretch]

Inherited from Enumerated[FontStretch]

Inherited from Enum[FontStretch]

Inherited from AnyRef

Inherited from Any

Ungrouped