scalafx.animation

KeyValue

object KeyValue

Companion Object for scalafx.animation.KeyValue.

Source
KeyValue.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. KeyValue
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply[T](target: WritableValue[T], endValue: T, interpolator: Interpolator): KeyValue[T, T]

  7. def apply[T, J <: AnyRef](target: Property[T, J], endValue: J, interpolator: Interpolator): KeyValue[T, J]

  8. def apply[T >: Boolean <: Boolean, J >: Boolean <: Boolean](target: Property[T, J], endValue: Boolean, interpolator: Interpolator): KeyValue[T, J]

  9. def apply[T >: Double <: Double, J >: Number <: Number](target: Property[T, J], endValue: Double, interpolator: Interpolator): KeyValue[T, J]

  10. def apply[T >: Float <: Float, J >: Number <: Number](target: Property[T, J], endValue: Float, interpolator: Interpolator): KeyValue[T, J]

  11. def apply[T >: Long <: Long, J >: Number <: Number](target: Property[T, J], endValue: Long, interpolator: Interpolator): KeyValue[T, J]

  12. def apply[T >: Int <: Int, J >: Number <: Number](target: Property[T, J], endValue: Int, interpolator: Interpolator): KeyValue[T, J]

  13. def apply[T <: AnyRef](target: WritableObjectValue[T], endValue: T, interpolator: Interpolator): KeyValue[T, T]

  14. def apply[T >: Boolean <: Boolean, J >: Boolean <: Boolean](target: WritableBooleanValue, endValue: Boolean, interpolator: Interpolator): KeyValue[T, J]

  15. def apply[T >: Double <: Double, J >: Number <: Number](target: WritableDoubleValue, endValue: Double, interpolator: Interpolator): KeyValue[T, J]

  16. def apply[T >: Float <: Float, J >: Number <: Number](target: WritableFloatValue, endValue: Float, interpolator: Interpolator): KeyValue[T, J]

  17. def apply[T >: Long <: Long, J >: Number <: Number](target: WritableLongValue, endValue: Long, interpolator: Interpolator): KeyValue[T, J]

  18. def apply[T >: Int <: Int, J >: Number <: Number](target: WritableIntegerValue, endValue: Int, interpolator: Interpolator): KeyValue[T, J]

  19. def apply[T](target: WritableValue[T], endValue: T): KeyValue[T, T]

  20. def apply[T, J <: AnyRef](target: Property[T, J], endValue: J): KeyValue[T, J]

  21. def apply[T >: Boolean <: Boolean, J >: Boolean <: Boolean](target: Property[T, J], endValue: Boolean): KeyValue[T, J]

  22. def apply[T >: Double <: Double, J >: Number <: Number](target: Property[T, J], endValue: Double): KeyValue[T, J]

  23. def apply[T >: Float <: Float, J >: Number <: Number](target: Property[T, J], endValue: Float): KeyValue[T, J]

  24. def apply[T >: Long <: Long, J >: Number <: Number](target: Property[T, J], endValue: Long): KeyValue[T, J]

  25. def apply[T >: Int <: Int, J >: Number <: Number](target: Property[T, J], endValue: Int): KeyValue[T, J]

  26. def apply[T <: AnyRef](target: WritableObjectValue[T], endValue: T): KeyValue[T, T]

  27. def apply[T >: Boolean <: Boolean, J >: Boolean <: Boolean](target: WritableBooleanValue, endValue: Boolean): KeyValue[T, J]

  28. def apply[T >: Double <: Double, J >: Number <: Number](target: WritableDoubleValue, endValue: Double): KeyValue[T, J]

  29. def apply[T >: Float <: Float, J >: Number <: Number](target: WritableFloatValue, endValue: Float): KeyValue[T, J]

  30. def apply[T >: Long <: Long, J >: Number <: Number](target: WritableLongValue, endValue: Long): KeyValue[T, J]

  31. def apply[T >: Int <: Int, J >: Number <: Number](target: WritableIntegerValue, endValue: Int): KeyValue[T, J]

  32. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  33. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  36. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  37. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  42. implicit def sfxKeyValue2jfx(v: KeyValue[_, _]): javafx.animation.KeyValue

    Converts a ScalaFX KeyValue to a JavaFX KeyValue, extracting its delegate.

    Converts a ScalaFX KeyValue to a JavaFX KeyValue, extracting its delegate.

    v

    ScalaFX KeyValue

    returns

    JavaFX KeyValue extracted from v.

  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped