Object/Class

org.scalafx.extras.image

ZoomScale

Related Docs: class ZoomScale | package image

Permalink

object ZoomScale extends Enum[ZoomScale]

Source
ZoomScale.scala
Linear Supertypes
Enum[ZoomScale], AnyRef, Any
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. 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 Zoom100Perc extends ZoomScale with Product with Serializable

    Permalink
  5. object Zoom1200Perc extends ZoomScale with Product with Serializable

    Permalink
  6. object Zoom12_5Perc extends ZoomScale with Product with Serializable

    Permalink
  7. object Zoom1600Perc extends ZoomScale with Product with Serializable

    Permalink
  8. object Zoom16_7Perc extends ZoomScale with Product with Serializable

    Permalink
  9. object Zoom1Perc extends ZoomScale with Product with Serializable

    Permalink
  10. object Zoom1_5Perc extends ZoomScale with Product with Serializable

    Permalink
  11. object Zoom200Perc extends ZoomScale with Product with Serializable

    Permalink
  12. object Zoom25Perc extends ZoomScale with Product with Serializable

    Permalink
  13. object Zoom2Perc extends ZoomScale with Product with Serializable

    Permalink
  14. object Zoom300Perc extends ZoomScale with Product with Serializable

    Permalink
  15. object Zoom3200Perc extends ZoomScale with Product with Serializable

    Permalink
  16. object Zoom33_3Perc extends ZoomScale with Product with Serializable

    Permalink
  17. object Zoom3Perc extends ZoomScale with Product with Serializable

    Permalink
  18. object Zoom400Perc extends ZoomScale with Product with Serializable

    Permalink
  19. object Zoom4Perc extends ZoomScale with Product with Serializable

    Permalink
  20. object Zoom500Perc extends ZoomScale with Product with Serializable

    Permalink
  21. object Zoom50Perc extends ZoomScale with Product with Serializable

    Permalink
  22. object Zoom5Perc extends ZoomScale with Product with Serializable

    Permalink
  23. object Zoom600Perc extends ZoomScale with Product with Serializable

    Permalink
  24. object Zoom66_7Perc extends ZoomScale with Product with Serializable

    Permalink
  25. object Zoom6_25Perc extends ZoomScale with Product with Serializable

    Permalink
  26. object Zoom700Perc extends ZoomScale with Product with Serializable

    Permalink
  27. object Zoom800Perc extends ZoomScale with Product with Serializable

    Permalink
  28. object Zoom8_3Perc extends ZoomScale with Product with Serializable

    Permalink
  29. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. macro def findValues: IndexedSeq[ZoomScale]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  35. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. def indexOf(member: ZoomScale): Int

    Permalink
    Definition Classes
    Enum
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. final lazy val lowerCaseNamesToValuesMap: Map[String, ZoomScale]

    Permalink
    Definition Classes
    Enum
  40. lazy val namesToValuesMap: Map[String, ZoomScale]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. final lazy val upperCaseNameValuesToMap: Map[String, ZoomScale]

    Permalink
    Definition Classes
    Enum
  47. val values: IndexedSeq[ZoomScale]

    Permalink
    Definition Classes
    ZoomScale → Enum
  48. final lazy val valuesToIndex: Map[ZoomScale, Int]

    Permalink
    Definition Classes
    Enum
  49. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def withName(name: String): ZoomScale

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  53. def withNameInsensitive(name: String): ZoomScale

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  54. def withNameInsensitiveOption(name: String): Option[ZoomScale]

    Permalink
    Definition Classes
    Enum
  55. def withNameLowercaseOnly(name: String): ZoomScale

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  56. def withNameLowercaseOnlyOption(name: String): Option[ZoomScale]

    Permalink
    Definition Classes
    Enum
  57. def withNameOption(name: String): Option[ZoomScale]

    Permalink
    Definition Classes
    Enum
  58. def withNameUppercaseOnly(name: String): ZoomScale

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  59. def withNameUppercaseOnlyOption(name: String): Option[ZoomScale]

    Permalink
    Definition Classes
    Enum
  60. def zoomIn(zoomScale: ZoomScale): ZoomScale

    Permalink
  61. def zoomOut(zoomScale: ZoomScale): ZoomScale

    Permalink

Inherited from Enum[ZoomScale]

Inherited from AnyRef

Inherited from Any

Ungrouped