Class/Object

scalafx.animation

StrokeTransition

Related Docs: object StrokeTransition | package animation

Permalink

class StrokeTransition extends Transition with SFXDelegate[javafx.animation.StrokeTransition]

Wraps a StrokeTransition.

Source
StrokeTransition.scala
Linear Supertypes
Transition, Animation, SFXDelegate[javafx.animation.StrokeTransition], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StrokeTransition
  2. Transition
  3. Animation
  4. SFXDelegate
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StrokeTransition(duration: Duration)

    Permalink

    The constructor of StrokeTransition

    The constructor of StrokeTransition

    duration

    The duration of the StrokeTransition.

  2. new StrokeTransition(duration: Duration, shape: Shape)

    Permalink

    The constructor of StrokeTransition

    The constructor of StrokeTransition

    duration

    The duration of the StrokeTransition.

    shape

    The shape which filling will be animated

  3. new StrokeTransition(duration: Duration, fromValue: Color, toValue: Color)

    Permalink

    The constructor of StrokeTransition

    The constructor of StrokeTransition

    duration

    The duration of the StrokeTransition.

    fromValue

    The start value of the color-animation

    toValue

    The end value of the color-animation

  4. new StrokeTransition(duration: Duration, shape: Shape, fromValue: Color, toValue: Color)

    Permalink

    The constructor of StrokeTransition

    The constructor of StrokeTransition

    duration

    The duration of the StrokeTransition.

    shape

    The shape which filling will be animated

    fromValue

    The start value of the color-animation

    toValue

    The end value of the color-animation

  5. new StrokeTransition(delegate: javafx.animation.StrokeTransition = new jfxa.StrokeTransition)

    Permalink

    Creates a new ScalaFX StrokeTransition from a JavaFX StrokeTransition.

    Creates a new ScalaFX StrokeTransition from a JavaFX StrokeTransition.

    delegate

    JavaFX StrokeTransition to be delegated.

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def autoReverse: BooleanProperty

    Permalink

    Defines whether this Animation reverses direction on alternating cycles.

    Defines whether this Animation reverses direction on alternating cycles. Default value: false.

    Definition Classes
    Animation
  6. def autoReverse_=(ar: Boolean): Unit

    Permalink
    Definition Classes
    Animation
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def currentRate: ReadOnlyDoubleProperty

    Permalink

    Read-only variable to indicate current direction/speed at which the Animation is being played.

    Read-only variable to indicate current direction/speed at which the Animation is being played. Default value: 0.0.

    Definition Classes
    Animation
  9. def currentTime: ReadOnlyObjectProperty[Duration]

    Permalink

    Defines the Animation's play head position.

    Defines the Animation's play head position. Default value: 0ms.

    Definition Classes
    Animation
  10. def cycleCount: IntegerProperty

    Permalink

    Defines the number of cycles in this Animation.

    Defines the number of cycles in this Animation. Default value: 0ms

    Definition Classes
    Animation
  11. def cycleCount_=(r: Int): Unit

    Permalink
    Definition Classes
    Animation
  12. def cycleDuration: ReadOnlyObjectProperty[Duration]

    Permalink

    Read-only variable to indicate the duration of one cycle of this Animation: the time it takes to play from time 0 to the KeyFrame with the largest time.

    Read-only variable to indicate the duration of one cycle of this Animation: the time it takes to play from time 0 to the KeyFrame with the largest time. Default value: 1.0

    Definition Classes
    Animation
  13. def delay: ObjectProperty[Duration]

    Permalink

    Delays the start of an Animation.

    Delays the start of an Animation. Default value: 0ms.

    Definition Classes
    Animation
  14. def delay_=(d: Duration): Unit

    Permalink
    Definition Classes
    Animation
  15. val delegate: javafx.animation.StrokeTransition

    Permalink

    JavaFX StrokeTransition to be delegated.

    JavaFX StrokeTransition to be delegated.

    Definition Classes
    StrokeTransitionTransitionAnimationSFXDelegate
  16. def duration: ObjectProperty[Duration]

    Permalink

    The duration of the StrokeTransition..

    The duration of the StrokeTransition.. Default value: 400ms

  17. def duration_=(d: Duration): Unit

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(ref: Any): Boolean

    Permalink

    Verifies if a object is equals to this delegate.

    Verifies if a object is equals to this delegate.

    ref

    Object to be compared.

    returns

    if the other object is equals to this delegate or not.

    Definition Classes
    SFXDelegate → AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def fromValue: ObjectProperty[Color]

    Permalink

    Specifies the start color value for this StrokeTransition.

    Specifies the start color value for this StrokeTransition. Default value: null

  22. def fromValue_=(from: Color): Unit

    Permalink
  23. final def getClass(): Class[_]

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

    Permalink

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  25. def interpolator: ObjectProperty[Interpolator]

    Permalink

    Controls the timing for acceleration and deceleration at each Transition cycle.

    Controls the timing for acceleration and deceleration at each Transition cycle. Default Value: Interpolator.EASE_BOTH.

    Definition Classes
    Transition
  26. def interpolator_=(i: Interpolator): Unit

    Permalink
    Definition Classes
    Transition
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def jumpTo(cuePoint: String): Unit

    Permalink

    Jumps to a predefined position in this Animation.

    Jumps to a predefined position in this Animation.

    cuePoint

    the name of the cue point

    Definition Classes
    Animation
  29. def jumpTo(time: Duration): Unit

    Permalink

    Jumps to a given position in this Animation.

    Jumps to a given position in this Animation.

    time

    the new position

    Definition Classes
    Animation
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def onFinished: ObjectProperty[EventHandler[ActionEvent]]

    Permalink

    The action to be executed at the conclusion of this Animation.

    The action to be executed at the conclusion of this Animation.

    Definition Classes
    Animation
  34. def onFinished_=(handler: EventHandler[ActionEvent]): Unit

    Permalink
    Definition Classes
    Animation
  35. def pause(): Unit

    Permalink

    Pauses the Animation.

    Pauses the Animation.

    Definition Classes
    Animation
  36. def play(): Unit

    Permalink

    Plays Animation from current position in the direction indicated by rate.

    Plays Animation from current position in the direction indicated by rate.

    Definition Classes
    Animation
  37. def playFrom(cuePoint: String): Unit

    Permalink

    A convenience method to play this Animation from a predefined position.

    A convenience method to play this Animation from a predefined position.

    cuePoint

    name of the cue point

    Definition Classes
    Animation
  38. def playFrom(time: Duration): Unit

    Permalink

    A convenience method to play this Animation from a specific position.

    A convenience method to play this Animation from a specific position.

    time

    position where to play from

    Definition Classes
    Animation
  39. def playFromStart(): Unit

    Permalink

    Plays an Animation from initial position in forward direction.

    Plays an Animation from initial position in forward direction.

    Definition Classes
    Animation
  40. def rate: DoubleProperty

    Permalink

    Defines the direction/speed at which the Animation is expected to be played.

    Defines the direction/speed at which the Animation is expected to be played. Default value: 1.0

    Definition Classes
    Animation
  41. def rate_=(r: Double): Unit

    Permalink
    Definition Classes
    Animation
  42. def shape: ObjectProperty[Shape]

    Permalink

    The target shape of this StrokeTransition.

  43. def shape_=(s: Shape): Unit

    Permalink
  44. def status: ReadOnlyObjectProperty[Status]

    Permalink

    The status of the Animation.

    The status of the Animation.

    Definition Classes
    Animation
  45. def stop(): Unit

    Permalink

    Stops the Animation and resets the play head to its initial position.

    Stops the Animation and resets the play head to its initial position.

    Definition Classes
    Animation
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def targetFramerate: Double

    Permalink

    The target framerate is the maximum framerate at which this Animation will run, in frames per second.

    The target framerate is the maximum framerate at which this Animation will run, in frames per second.

    Definition Classes
    Animation
  48. def toString(): String

    Permalink

    returns

    Returns the original delegate's toString() adding a [SFX] prefix.

    Definition Classes
    SFXDelegate → AnyRef → Any
  49. def toValue: ObjectProperty[Color]

    Permalink

    Specifies the stop color value for this StrokeTransition.

    Specifies the stop color value for this StrokeTransition. Default value: null

  50. def toValue_=(to: Color): Unit

    Permalink
  51. def totalDuration: ReadOnlyObjectProperty[Duration]

    Permalink

    Read-only variable to indicate the total duration of this Animation, including repeats.

    Read-only variable to indicate the total duration of this Animation, including repeats. Default value: 0ms

    Definition Classes
    Animation
  52. final def wait(): Unit

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

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

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

Inherited from Transition

Inherited from Animation

Inherited from SFXDelegate[javafx.animation.StrokeTransition]

Inherited from AnyRef

Inherited from Any

Ungrouped