A B C D E F G I K L M O P R S T V

G

getAcceleration() - Method in class org.jdesktop.animation.timing.Animator
Returns the current value of acceleration property
getCycleElapsedTime(long) - Method in class org.jdesktop.animation.timing.Animator
Returns the elapsed time for the current animation cycle.
getCycleElapsedTime() - Method in class org.jdesktop.animation.timing.Animator
Returns the elapsed time for the current animation cycle.
getDeceleration() - Method in class org.jdesktop.animation.timing.Animator
Returns the current value of deceleration property
getDuration() - Method in class org.jdesktop.animation.timing.Animator
Returns the duration of the animation.
getEndBehavior() - Method in class org.jdesktop.animation.timing.Animator
Returns the Animator.EndBehavior of the animation, either HOLD to retain the final value or RESET to take on the initial value.
getInstance() - Static method in class org.jdesktop.animation.timing.interpolation.DiscreteInterpolator
Returns the single DiscreteInterpolator object
getInstance() - Static method in class org.jdesktop.animation.timing.interpolation.LinearInterpolator
Returns the single DiscreteInterpolator object
getInterpolator() - Method in class org.jdesktop.animation.timing.Animator
Returns the interpolator for the animation.
getInterval(float) - Method in class org.jdesktop.animation.timing.interpolation.KeyFrames
Returns time interval that contains this time fraction
getOppositeEvent() - Method in class org.jdesktop.animation.timing.triggers.FocusTriggerEvent
This method finds the opposite of the current event.: IN -> OUT and OUT -> IN.
getOppositeEvent() - Method in class org.jdesktop.animation.timing.triggers.MouseTriggerEvent
This method finds the opposite of the current event.:
ENTER -> EXIT
EXIT -> ENTER
PRESS -> RELEASE
RELEASE -> PRESS
Note that CLICK has no obvious opposite so it simply returns CLICK (this method should probably not be called for that case).
getOppositeEvent() - Method in class org.jdesktop.animation.timing.triggers.TimingTriggerEvent
This method finds the opposite of the current event.: START -> STOP and STOP -> START.
getOppositeEvent() - Method in class org.jdesktop.animation.timing.triggers.TriggerEvent
This method returns the 'opposite' event from itself.
getRepeatBehavior() - Method in class org.jdesktop.animation.timing.Animator
Returns the Animator.RepeatBehavior of the animation.
getRepeatCount() - Method in class org.jdesktop.animation.timing.Animator
Returns the number of times the animation cycle will repeat.
getResolution() - Method in class org.jdesktop.animation.timing.Animator
Returns the current resolution of the animation.
getStartDelay() - Method in class org.jdesktop.animation.timing.Animator
Returns the amount of delay prior to starting the first animation cycle after the call to Animator.start().
getStartDirection() - Method in class org.jdesktop.animation.timing.Animator
Returns the initial direction for the animation.
getStartFraction() - Method in class org.jdesktop.animation.timing.Animator
Returns the fraction that the first cycle will start at.
getTimingFraction() - Method in class org.jdesktop.animation.timing.Animator
This method calculates and returns the fraction elapsed of the current cycle based on the current time
getTotalElapsedTime(long) - Method in class org.jdesktop.animation.timing.Animator
Returns the total elapsed time for the current animation.
getTotalElapsedTime() - Method in class org.jdesktop.animation.timing.Animator
Returns the total elapsed time for the current animation.

A B C D E F G I K L M O P R S T V