Object/Class

scalafx.animation

KeyValue

Related Docs: class KeyValue | package animation

Permalink

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
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. def apply[T](target: WritableValue[T], endValue: T, interpolator: Interpolator): KeyValue[T, T]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  30. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. final def getClass(): Class[_]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  41. implicit def sfxKeyValue2jfx(v: KeyValue[_, _]): javafx.animation.KeyValue

    Permalink

    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.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped