Packages

object ZoomScale extends Enum[ZoomScale]

Source
ZoomScale.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZoomScale
  2. Enum
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def extraNamesToValuesMap: Map[String, ZoomScale]
    Definition Classes
    Enum
  9. macro def findValues: IndexedSeq[ZoomScale]
    Attributes
    protected
    Definition Classes
    Enum
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def indexOf(member: ZoomScale): Int
    Definition Classes
    Enum
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final lazy val lowerCaseNamesToValuesMap: Map[String, ZoomScale]
    Definition Classes
    Enum
  15. lazy val namesToValuesMap: Map[String, ZoomScale]
    Definition Classes
    Enum
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final lazy val upperCaseNameValuesToMap: Map[String, ZoomScale]
    Definition Classes
    Enum
  22. val values: IndexedSeq[ZoomScale]
    Definition Classes
    ZoomScale → Enum
  23. final lazy val valuesToIndex: Map[ZoomScale, Int]
    Definition Classes
    Enum
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. def withName(name: String): ZoomScale
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  28. def withNameEither(name: String): Either[NoSuchMember[ZoomScale], ZoomScale]
    Definition Classes
    Enum
  29. def withNameInsensitive(name: String): ZoomScale
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  30. def withNameInsensitiveEither(name: String): Either[NoSuchMember[ZoomScale], ZoomScale]
    Definition Classes
    Enum
  31. def withNameInsensitiveOption(name: String): Option[ZoomScale]
    Definition Classes
    Enum
  32. def withNameLowercaseOnly(name: String): ZoomScale
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  33. def withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[ZoomScale], ZoomScale]
    Definition Classes
    Enum
  34. def withNameLowercaseOnlyOption(name: String): Option[ZoomScale]
    Definition Classes
    Enum
  35. def withNameOption(name: String): Option[ZoomScale]
    Definition Classes
    Enum
  36. def withNameUppercaseOnly(name: String): ZoomScale
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  37. def withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[ZoomScale], ZoomScale]
    Definition Classes
    Enum
  38. def withNameUppercaseOnlyOption(name: String): Option[ZoomScale]
    Definition Classes
    Enum
  39. def zoomIn(zoomScale: ZoomScale): ZoomScale
  40. def zoomOut(zoomScale: ZoomScale): ZoomScale
  41. case object Zoom100Perc extends ZoomScale with Product with Serializable
  42. case object Zoom1200Perc extends ZoomScale with Product with Serializable
  43. case object Zoom12_5Perc extends ZoomScale with Product with Serializable
  44. case object Zoom1600Perc extends ZoomScale with Product with Serializable
  45. case object Zoom16_7Perc extends ZoomScale with Product with Serializable
  46. case object Zoom1Perc extends ZoomScale with Product with Serializable
  47. case object Zoom1_5Perc extends ZoomScale with Product with Serializable
  48. case object Zoom200Perc extends ZoomScale with Product with Serializable
  49. case object Zoom25Perc extends ZoomScale with Product with Serializable
  50. case object Zoom2Perc extends ZoomScale with Product with Serializable
  51. case object Zoom300Perc extends ZoomScale with Product with Serializable
  52. case object Zoom3200Perc extends ZoomScale with Product with Serializable
  53. case object Zoom33_3Perc extends ZoomScale with Product with Serializable
  54. case object Zoom3Perc extends ZoomScale with Product with Serializable
  55. case object Zoom400Perc extends ZoomScale with Product with Serializable
  56. case object Zoom4Perc extends ZoomScale with Product with Serializable
  57. case object Zoom500Perc extends ZoomScale with Product with Serializable
  58. case object Zoom50Perc extends ZoomScale with Product with Serializable
  59. case object Zoom5Perc extends ZoomScale with Product with Serializable
  60. case object Zoom600Perc extends ZoomScale with Product with Serializable
  61. case object Zoom66_7Perc extends ZoomScale with Product with Serializable
  62. case object Zoom6_25Perc extends ZoomScale with Product with Serializable
  63. case object Zoom700Perc extends ZoomScale with Product with Serializable
  64. case object Zoom800Perc extends ZoomScale with Product with Serializable
  65. case object Zoom8_3Perc extends ZoomScale with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Enum[ZoomScale]

Inherited from AnyRef

Inherited from Any

Ungrouped