org.hyperscala.css.attributes

LengthType

object LengthType extends Enumerated[LengthType]

Linear Supertypes
Enumerated[LengthType], FromString[LengthType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LengthType
  2. Enumerated
  3. FromString
  4. AnyRef
  5. 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 Centimeter: LengthType

  5. val Ch: LengthType

  6. val Em: LengthType

  7. val Ex: LengthType

  8. val Inch: LengthType

  9. val Millimeter: LengthType

  10. val Pica: LengthType

  11. val Pixel: LengthType

  12. val Point: LengthType

  13. val Rem: LengthType

  14. val ViewportHeight: LengthType

  15. val ViewportMaximum: LengthType

  16. val ViewportMinimum: LengthType

  17. val ViewportWidth: LengthType

  18. def apply(index: Int): LengthType

    Definition Classes
    Enumerated
  19. def apply(name: String, caseSensitive: Boolean): LengthType

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

    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 get(name: String, caseSensitive: Boolean): Option[LengthType]

    Definition Classes
    Enumerated
  27. def get(name: String): Option[LengthType]

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

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

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

    Definition Classes
    Any
  31. lazy val length: Int

    Definition Classes
    Enumerated
  32. lazy val name: String

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

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

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

    Definition Classes
    AnyRef
  36. def random: LengthType

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

    Definition Classes
    AnyRef
  38. def toString(): String

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

    Definition Classes
    Enumerated
  40. def values: List[LengthType]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Enumerated[LengthType]

Inherited from FromString[LengthType]

Inherited from AnyRef

Inherited from Any

Ungrouped