B4J Programming Press on the image to return to the main documentation page.

jAnimation

Written by Daestrum

List of types:

jAnimation

jAnimation


Events:

None

Members:


  addArcTo (p As javafx.scene.shape.Path, x As Int, y As Int, rx As Int, ry As Int)

  addCubicCurve (p As javafx.scene.shape.Path, x As Int, y As Int, x1 As Int, y1 As Int, x2 As Int, y2 As Int)

  addGroup (s As javafx.scene.Scene, g As javafx.scene.Group)

  addHLine (p As javafx.scene.shape.Path, x As Int)

  addLineTo (p As javafx.scene.shape.Path, x As Int, y As Int)

  addMoveTo (p As javafx.scene.shape.Path, x As Int, y As Int)

  addToGroup (g As javafx.scene.Group, o As javafx.scene.Node)

  addVLine (p As javafx.scene.shape.Path, y As Int)

  AutoReverse As Boolean [write only]

  autoReverseProperty As javafx.beans.property.BooleanProperty

  Columns As Int

  Count As Int

  CuePoints As javafx.collections.ObservableMap [read only]

  CurrentRate As Double [read only]

  currentRateProperty As javafx.beans.property.ReadOnlyDoubleProperty

  CurrentTime As javafx.util.Duration [read only]

  currentTimeProperty As javafx.beans.property.ReadOnlyObjectProperty

  CycleCount As Int

  cycleCountProperty As javafx.beans.property.IntegerProperty

  CycleDuration As javafx.util.Duration [read only]

  cycleDurationProperty As javafx.beans.property.ReadOnlyObjectProperty

  Delay As javafx.util.Duration

  delayProperty As javafx.beans.property.ObjectProperty

  Duration As Int

  getRectangle (x As Int, y As Int, w As Int, h As Int) As javafx.geometry.Rectangle2D

  Height As Int

  ImageView As javafx.scene.image.ImageView

  impl_finished

  impl_jumpTo (arg0 As Long, arg1 As Long)

  impl_playTo (arg0 As Long, arg1 As Long)

  impl_setCurrentRate (arg0 As Double)

  impl_setCurrentTicks (arg0 As Long)

  impl_timePulse (arg0 As Long)

  INDEFINITE As Int

  Interpolator As javafx.animation.Interpolator

  interpolatorProperty As javafx.beans.property.ObjectProperty

  isAutoReverse As Boolean

  jInitialize (imageView As javafx.scene.image.ImageView, duration As Int, count As Int, columns As Int, offsetX As Int, offsetY As Int, width As Int, height As Int) As jAnimation

  jumpTo (arg0 As javafx.util.Duration)

  LastIndex As Int

  newGroup (id As String) As javafx.scene.Group

  newPath As javafx.scene.shape.Path

  newPathTransition As javafx.animation.PathTransition

  OffsetX As Int

  OffsetY As Int

  OnFinished As javafx.event.EventHandler

  onFinishedProperty As javafx.beans.property.ObjectProperty

  PathOrientation_NONE As javafx.animation.PathTransition.OrientationType

  PathOrientation_ORTHOGONAL_TO_TANGENT As javafx.animation.PathTransition.OrientationType

  pause

  pauseFade (f As javafx.animation.FadeTransition)

  pausePathTransition (pt As javafx.animation.PathTransition)

  play

  playFrom (arg0 As String)

  playFromStart

  Rate As Double

  rateProperty As javafx.beans.property.DoubleProperty

  restartPathTransition (pt As javafx.animation.PathTransition)

  setOrientation (pt As javafx.animation.PathTransition, type As javafx.animation.PathTransition.OrientationType)

  setPath (pt As javafx.animation.PathTransition, path As javafx.scene.shape.Path)

  setPathAutoReverse (pt As javafx.animation.PathTransition, reverse As Boolean)

  setPathCycleCount (pt As javafx.animation.PathTransition, x As Int)

  setPathDuration (pt As javafx.animation.PathTransition, duration As Int)

  setPathTransition (p As javafx.scene.shape.Path, duration As Int, node As javafx.scene.Node, cycle As Int, reverse As Boolean, orient As javafx.animation.PathTransition.OrientationType) As javafx.animation.PathTransition

  setPathTransitionNode (pt As javafx.animation.PathTransition, n As javafx.scene.Node)

  setRectangle (ox As Int, oy As Int, w As Int, h As Int)

  setScale (i As javafx.scene.image.ImageView, x As Double, y As Double) As javafx.scene.image.ImageView

  setTransition (n As javafx.scene.Node, from As Float, to As Float, duration As Int, reverse As Boolean, cycle As Int) As javafx.animation.FadeTransition

  setViewPort (ox As Int, oy As Int, w As Int, h As Int) As javafx.scene.image.ImageView

  setViewPortRect (i As javafx.scene.image.ImageView, r As javafx.geometry.Rectangle2D) As javafx.scene.image.ImageView

  showGroupMembers (g As javafx.scene.Group)

  startFade (f As javafx.animation.FadeTransition)

  startPathTransition (pt As javafx.animation.PathTransition)

  Status As javafx.animation.Animation.Status [read only]

  statusProperty As javafx.beans.property.ReadOnlyObjectProperty

  stop

  stopFade (f As javafx.animation.FadeTransition)

  stopPathTransition (pt As javafx.animation.PathTransition)

  TargetFramerate As Double [read only]

  TotalDuration As javafx.util.Duration [read only]

  totalDurationProperty As javafx.beans.property.ReadOnlyObjectProperty

  Width As Int

Members description:

addArcTo (p As javafx.scene.shape.Path, x As Int, y As Int, rx As Int, ry As Int)
addCubicCurve (p As javafx.scene.shape.Path, x As Int, y As Int, x1 As Int, y1 As Int, x2 As Int, y2 As Int)
addGroup (s As javafx.scene.Scene, g As javafx.scene.Group)

s: - scene
g: - group to add
addHLine (p As javafx.scene.shape.Path, x As Int)
addLineTo (p As javafx.scene.shape.Path, x As Int, y As Int)
addMoveTo (p As javafx.scene.shape.Path, x As Int, y As Int)
addToGroup (g As javafx.scene.Group, o As javafx.scene.Node)

g: - Group to add to
o: - node to add to group
addVLine (p As javafx.scene.shape.Path, y As Int)
AutoReverse As Boolean [write only]
autoReverseProperty As javafx.beans.property.BooleanProperty
Columns As Int
Count As Int
CuePoints As javafx.collections.ObservableMap [read only]
CurrentRate As Double [read only]
currentRateProperty As javafx.beans.property.ReadOnlyDoubleProperty
CurrentTime As javafx.util.Duration [read only]
currentTimeProperty As javafx.beans.property.ReadOnlyObjectProperty
CycleCount As Int
cycleCountProperty As javafx.beans.property.IntegerProperty
CycleDuration As javafx.util.Duration [read only]
cycleDurationProperty As javafx.beans.property.ReadOnlyObjectProperty
Delay As javafx.util.Duration
delayProperty As javafx.beans.property.ObjectProperty
Duration As Int
getRectangle (x As Int, y As Int, w As Int, h As Int) As javafx.geometry.Rectangle2D

ox: - x
oy: - y
w: - width
h: - height
Return type: @return:Rectangle2D
Height As Int
ImageView As javafx.scene.image.ImageView
impl_finished
impl_jumpTo (arg0 As Long, arg1 As Long)
impl_playTo (arg0 As Long, arg1 As Long)
impl_setCurrentRate (arg0 As Double)
impl_setCurrentTicks (arg0 As Long)
impl_timePulse (arg0 As Long)
INDEFINITE As Int
Interpolator As javafx.animation.Interpolator
interpolatorProperty As javafx.beans.property.ObjectProperty
isAutoReverse As Boolean
jInitialize (imageView As javafx.scene.image.ImageView, duration As Int, count As Int, columns As Int, offsetX As Int, offsetY As Int, width As Int, height As Int) As jAnimation

imageView:
duration:
count:
columns:
offsetX:
offsetY:
width:
height:
Return type: @return:Animation object
jumpTo (arg0 As javafx.util.Duration)
LastIndex As Int
newGroup (id As String) As javafx.scene.Group

id: - name of group
Return type: @return:Group
newPath As javafx.scene.shape.Path
newPathTransition As javafx.animation.PathTransition
OffsetX As Int
OffsetY As Int
OnFinished As javafx.event.EventHandler
onFinishedProperty As javafx.beans.property.ObjectProperty
PathOrientation_NONE As javafx.animation.PathTransition.OrientationType
PathOrientation_ORTHOGONAL_TO_TANGENT As javafx.animation.PathTransition.OrientationType
pause
pauseFade (f As javafx.animation.FadeTransition)

f: - name of FadeTranisition to pause
pausePathTransition (pt As javafx.animation.PathTransition)
play
playFrom (arg0 As String)
playFromStart
Rate As Double
rateProperty As javafx.beans.property.DoubleProperty
restartPathTransition (pt As javafx.animation.PathTransition)
setOrientation (pt As javafx.animation.PathTransition, type As javafx.animation.PathTransition.OrientationType)
setPath (pt As javafx.animation.PathTransition, path As javafx.scene.shape.Path)
setPathAutoReverse (pt As javafx.animation.PathTransition, reverse As Boolean)
setPathCycleCount (pt As javafx.animation.PathTransition, x As Int)
setPathDuration (pt As javafx.animation.PathTransition, duration As Int)
setPathTransition (p As javafx.scene.shape.Path, duration As Int, node As javafx.scene.Node, cycle As Int, reverse As Boolean, orient As javafx.animation.PathTransition.OrientationType) As javafx.animation.PathTransition
setPathTransitionNode (pt As javafx.animation.PathTransition, n As javafx.scene.Node)
setRectangle (ox As Int, oy As Int, w As Int, h As Int)
setScale (i As javafx.scene.image.ImageView, x As Double, y As Double) As javafx.scene.image.ImageView
setTransition (n As javafx.scene.Node, from As Float, to As Float, duration As Int, reverse As Boolean, cycle As Int) As javafx.animation.FadeTransition

n: - node to act on
from: - float value start transparency
to: - float value end transparency
duration: - how many millis to perform transition
reverse: - should Fade reverse when complete
cycle: - how many times to perform transition
Return type: @return:- TadeTransition
setViewPort (ox As Int, oy As Int, w As Int, h As Int) As javafx.scene.image.ImageView

ox: - offset x
oy: - offset y
w: - width of animation frame
h: - height of animation frame
Return type: @return:viewport
setViewPortRect (i As javafx.scene.image.ImageView, r As javafx.geometry.Rectangle2D) As javafx.scene.image.ImageView
showGroupMembers (g As javafx.scene.Group)

g: - group lists out members of the group
startFade (f As javafx.animation.FadeTransition)

f: - name of FadeTranisition to start
startPathTransition (pt As javafx.animation.PathTransition)
Status As javafx.animation.Animation.Status [read only]
statusProperty As javafx.beans.property.ReadOnlyObjectProperty
stop
stopFade (f As javafx.animation.FadeTransition)

f: - name of FadeTranisition to stop
stopPathTransition (pt As javafx.animation.PathTransition)
TargetFramerate As Double [read only]
TotalDuration As javafx.util.Duration [read only]
totalDurationProperty As javafx.beans.property.ReadOnlyObjectProperty
Width As Int

Top