org.hyperscala.css.attributes

FontSize

object FontSize extends Enumerated[FontSize] with EnumEntryPersistence[FontSize]

Linear Supertypes
EnumEntryPersistence[FontSize], ValuePersistence[FontSize], Enumerated[FontSize], FromString[FontSize], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FontSize
  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. def Centimeters(v: Double): CentimeterLength

  5. val Inherit: InheritLength.type

  6. val Large: LargeFontSize.type

  7. val Larger: LargerFontSize.type

  8. val Medium: MediumFontSize.type

  9. def Percent(v: Double): PercentLength

  10. def Pixels(v: Double): PixelLength

  11. def Points(v: Double): PointLength

  12. val Small: SmallFontSize.type

  13. val Smaller: SmallerFontSize.type

  14. val XLarge: XLargeFontSize.type

  15. val XSmall: XSmallFontSize.type

  16. val XXLarge: XXLargeFontSize.type

  17. val XXSmall: XXSmalFontSize.type

  18. def apply(name: String): FontSize

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

    Definition Classes
    Enumerated
  20. def apply(name: String, caseSensitive: Boolean): FontSize

    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[_]): FontSize

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

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

    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: FontSize

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

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

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

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

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

    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[FontSize]

Inherited from ValuePersistence[FontSize]

Inherited from Enumerated[FontSize]

Inherited from FromString[FontSize]

Inherited from AnyRef

Inherited from Any

Ungrouped