AULib
Class AUStepper

java.lang.Object
  extended by AULib.AUStepper

public class AUStepper
extends Object


Constructor Summary
AUStepper(float _numFrames, float[] _stepLengths)
           
AUStepper(int[] _framesPerStep)
           
AUStepper(int _numSteps, int _framesPerStep)
           
 
Method Summary
 float getAlfa()
           
 float getFullAlfa()
           
 int getStepNum()
           
 void setAllEases(int _easeType)
           
 void setEases(int[] _eases)
           
 void step()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AUStepper

public AUStepper(float _numFrames,
                 float[] _stepLengths)

AUStepper

public AUStepper(int[] _framesPerStep)

AUStepper

public AUStepper(int _numSteps,
                 int _framesPerStep)
Method Detail

setEases

public void setEases(int[] _eases)

setAllEases

public void setAllEases(int _easeType)

step

public void step()

getAlfa

public float getAlfa()

getStepNum

public int getStepNum()

getFullAlfa

public float getFullAlfa()


Processing library AULib by Andrew Glassner. (c) 2014-5 Andrew Glassner