libgdx API

Uses of Interface
com.badlogic.gdx.scenes.scene2d.Interpolator

Packages that use Interpolator
com.badlogic.gdx.scenes.scene2d   
com.badlogic.gdx.scenes.scene2d.interpolators   
 

Uses of Interpolator in com.badlogic.gdx.scenes.scene2d
 

Fields in com.badlogic.gdx.scenes.scene2d declared as Interpolator
protected  Interpolator AnimationAction.interpolator
           
 

Methods in com.badlogic.gdx.scenes.scene2d that return Interpolator
 Interpolator Interpolator.copy()
          Creates a copy of this interpolator.
 

Methods in com.badlogic.gdx.scenes.scene2d with parameters of type Interpolator
 AnimationAction AnimationAction.setInterpolator(Interpolator interpolator)
          Sets an Interpolator to modify the progression of the animations.
 

Uses of Interpolator in com.badlogic.gdx.scenes.scene2d.interpolators
 

Classes in com.badlogic.gdx.scenes.scene2d.interpolators that implement Interpolator
 class AccelerateDecelerateInterpolator
          An interpolator where the rate of change starts out slowly, grows over time and ends slowly.
 class AccelerateInterpolator
          An interpolator where the rate of change starts out slowly and then accelerates over time.
 class AnticipateInterpolator
          An Interpolator where the changes start backwards and than spring forward as the time progresses.
 class DecelerateInterpolator
          An interpolator where the rate of change starts out fast and then decelerates over time.
 class LinearInterpolator
          A very simple Interpolator which provides a linear progression by just returning the current input.
 class OvershootInterpolator
          An interpolator where the change overshoots the target and springs back to the target position.
 

Methods in com.badlogic.gdx.scenes.scene2d.interpolators that return Interpolator
 Interpolator AccelerateDecelerateInterpolator.copy()
           
 Interpolator AccelerateInterpolator.copy()
           
 Interpolator AnticipateInterpolator.copy()
           
 Interpolator DecelerateInterpolator.copy()
           
 Interpolator LinearInterpolator.copy()
           
 Interpolator OvershootInterpolator.copy()
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)