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

A

add(Ani) - Method in class de.looksgood.ani.AniSequence
Adds a single Ani to the sequence
add(Ani[]) - Method in class de.looksgood.ani.AniSequence
Adds multiple Anis to the sequence
Ani - Class in de.looksgood.ani
The Class Ani, helps you to create time based animations in an very easy way.
Ani(Object, float, String, float) - Constructor for class de.looksgood.ani.Ani
Instantiates a new ani.
Ani(Object, float, float, String, float) - Constructor for class de.looksgood.ani.Ani
Instantiates a new ani.
Ani(Object, float, String, float, Easing) - Constructor for class de.looksgood.ani.Ani
Instantiates a new ani.
Ani(Object, float, float, String, float, Easing) - Constructor for class de.looksgood.ani.Ani
Instantiates a new ani.
Ani(Object, float, String, float, Easing, String) - Constructor for class de.looksgood.ani.Ani
Instantiates a new ani.
Ani(Object, float, float, String, float, Easing, String) - Constructor for class de.looksgood.ani.Ani
Instantiates a new ani.
Ani(Object, float, float, String, float, Easing, Object, String) - Constructor for class de.looksgood.ani.Ani
Instantiates a new ani.
ANI_DEBUG_PREFIX - Static variable in interface de.looksgood.ani.AniConstants
 
AniConstants - Interface in de.looksgood.ani
All Constants of the Ani library.
AniCore - Class in de.looksgood.ani
The Class AniCore encapsulates the core features for Ani and AniSequence, it's not recommended to use this class standalone!.
AniCore(PApplet, String, Object, float, float, String, float, Easing, String, Object, String) - Constructor for class de.looksgood.ani.AniCore
Instantiates a new ani core.
AniSequence - Class in de.looksgood.ani
The Class AniSequence creates sequences out of instances of Ani.
AniSequence(PApplet) - Constructor for class de.looksgood.ani.AniSequence
Instantiates a new ani sequence.
AniUtil - Class in de.looksgood.ani
 
AniUtil() - Constructor for class de.looksgood.ani.AniUtil
 
autostart() - Static method in class de.looksgood.ani.Ani
Sets the defaultAutostartMode of all new created Animations to: On
AUTOSTART - Static variable in interface de.looksgood.ani.AniConstants
 

B

Back - Class in de.looksgood.ani.easing
 
Back(int) - Constructor for class de.looksgood.ani.easing.Back
 
Back() - Constructor for class de.looksgood.ani.easing.Back
 
BACK_IN - Static variable in interface de.looksgood.ani.AniConstants
 
BACK_IN_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
BACK_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
BACKWARD - Static variable in interface de.looksgood.ani.AniConstants
 
beginSequence() - Method in class de.looksgood.ani.AniSequence
Begin sequence
beginStep() - Method in class de.looksgood.ani.AniSequence
Begin a new step, everything after until endStep() is called is treated as a single step
Bounce - Class in de.looksgood.ani.easing
 
Bounce(int) - Constructor for class de.looksgood.ani.easing.Bounce
 
Bounce() - Constructor for class de.looksgood.ani.easing.Bounce
 
BOUNCE_IN - Static variable in interface de.looksgood.ani.AniConstants
 
BOUNCE_IN_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
BOUNCE_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
byName(String) - Static method in class de.looksgood.ani.easing.CustomEasing
 

C

calcEasing(float, float, float, float) - Method in class de.looksgood.ani.easing.Easing
Calc easing: map time to position.
Circ - Class in de.looksgood.ani.easing
 
Circ(int) - Constructor for class de.looksgood.ani.easing.Circ
 
Circ() - Constructor for class de.looksgood.ani.easing.Circ
 
CIRC_IN - Static variable in interface de.looksgood.ani.AniConstants
 
CIRC_IN_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
CIRC_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
create(String, String) - Static method in class de.looksgood.ani.easing.CustomEasing
 
Cubic - Class in de.looksgood.ani.easing
 
Cubic(int) - Constructor for class de.looksgood.ani.easing.Cubic
 
Cubic() - Constructor for class de.looksgood.ani.easing.Cubic
 
CUBIC_IN - Static variable in interface de.looksgood.ani.AniConstants
 
CUBIC_IN_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
CUBIC_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
CustomEasing - Class in de.looksgood.ani.easing
 
CustomEasing(String, String) - Constructor for class de.looksgood.ani.easing.CustomEasing
 

D

de.looksgood.ani - package de.looksgood.ani
 
de.looksgood.ani.easing - package de.looksgood.ani.easing
 

E

easeIn(float, float, float, float) - Method in class de.looksgood.ani.easing.Back
 
easeIn(float, float, float, float) - Method in class de.looksgood.ani.easing.Bounce
 
easeIn(float, float, float, float) - Method in class de.looksgood.ani.easing.Circ
 
easeIn(float, float, float, float) - Method in class de.looksgood.ani.easing.Cubic
 
easeIn(float, float, float, float) - Method in class de.looksgood.ani.easing.CustomEasing
 
easeIn(float, float, float, float) - Method in class de.looksgood.ani.easing.Elastic
 
easeIn(float, float, float, float) - Method in class de.looksgood.ani.easing.Expo
 
easeIn(float, float, float, float) - Method in class de.looksgood.ani.easing.Linear
 
easeIn(float, float, float, float) - Method in class de.looksgood.ani.easing.Quad
 
easeIn(float, float, float, float) - Method in class de.looksgood.ani.easing.Quart
 
easeIn(float, float, float, float) - Method in class de.looksgood.ani.easing.Quint
 
easeIn(float, float, float, float) - Method in class de.looksgood.ani.easing.Sine
 
easeInOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Back
 
easeInOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Bounce
 
easeInOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Circ
 
easeInOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Cubic
 
easeInOut(float, float, float, float) - Method in class de.looksgood.ani.easing.CustomEasing
 
easeInOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Elastic
 
easeInOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Expo
 
easeInOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Linear
 
easeInOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Quad
 
easeInOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Quart
 
easeInOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Quint
 
easeInOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Sine
 
easeOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Back
 
easeOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Bounce
 
easeOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Circ
 
easeOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Cubic
 
easeOut(float, float, float, float) - Method in class de.looksgood.ani.easing.CustomEasing
 
easeOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Elastic
 
easeOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Expo
 
easeOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Linear
 
easeOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Quad
 
easeOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Quart
 
easeOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Quint
 
easeOut(float, float, float, float) - Method in class de.looksgood.ani.easing.Sine
 
Easing - Class in de.looksgood.ani.easing
The abstract class Easing, which maps time to position.
Easing() - Constructor for class de.looksgood.ani.easing.Easing
 
easingMode - Variable in class de.looksgood.ani.easing.Easing
 
Elastic - Class in de.looksgood.ani.easing
 
Elastic(int) - Constructor for class de.looksgood.ani.easing.Elastic
 
Elastic() - Constructor for class de.looksgood.ani.easing.Elastic
 
ELASTIC_IN - Static variable in interface de.looksgood.ani.AniConstants
 
ELASTIC_IN_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
ELASTIC_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
end() - Method in class de.looksgood.ani.AniCore
End the animation.
endSequence() - Method in class de.looksgood.ani.AniSequence
End sequence
endStep() - Method in class de.looksgood.ani.AniSequence
End the step
Expo - Class in de.looksgood.ani.easing
 
Expo(int) - Constructor for class de.looksgood.ani.easing.Expo
 
Expo() - Constructor for class de.looksgood.ani.easing.Expo
 
EXPO_IN - Static variable in interface de.looksgood.ani.AniConstants
 
EXPO_IN_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
EXPO_OUT - Static variable in interface de.looksgood.ani.AniConstants
 

F

FORWARD - Static variable in interface de.looksgood.ani.AniConstants
 
FRAMES - Static variable in interface de.looksgood.ani.AniConstants
 
from(Object, float, String, float) - Static method in class de.looksgood.ani.Ani
animate from a value over time to a certain value, returns an instance of ani
from(Object, float, float, String, float) - Static method in class de.looksgood.ani.Ani
animate from a value over time to a certain value, returns an instance of ani
from(Object, float, String, float, Easing) - Static method in class de.looksgood.ani.Ani
animate from a value over time to a certain value, returns an instance of ani
from(Object, float, float, String, float, Easing) - Static method in class de.looksgood.ani.Ani
animate from a value over time to a certain value, returns an instance of ani
from(Object, float, String, float, Easing, String) - Static method in class de.looksgood.ani.Ani
animate from a value over time to a certain value, returns an instance of ani
from(Object, float, String, float, Easing, Object, String) - Static method in class de.looksgood.ani.Ani
animate from a value over time to a certain value, returns an instance of ani
from(Object, float, float, String, float, Easing, String) - Static method in class de.looksgood.ani.Ani
animate from a value over time to a certain value, returns an instance of ani
from(Object, float, float, String, float, Easing, Object, String) - Static method in class de.looksgood.ani.Ani
animate from a value over time to a certain value, returns an instance of ani
from(Object, float, String) - Static method in class de.looksgood.ani.Ani
animate from a value over time to a certain value, returns an instance of ani
from(Object, float, float, String) - Static method in class de.looksgood.ani.Ani
animate from a value over time to a certain value, returns an instance of ani
from(Object, float, String, Easing) - Static method in class de.looksgood.ani.Ani
animate from a value over time to a certain value, returns an instance of ani
from(Object, float, float, String, Easing) - Static method in class de.looksgood.ani.Ani
animate from a value over time to a certain value, returns an instance of ani
from(Object, float, String, Easing, Object, String) - Static method in class de.looksgood.ani.Ani
animate from a value over time to a certain value, returns an instance of ani
from(Object, float, String, Easing, String) - Static method in class de.looksgood.ani.Ani
animate from a value over time to a certain value, returns an instance of ani
from(Object, float, float, String, Easing, Object, String) - Static method in class de.looksgood.ani.Ani
animate from a value over time to a certain value, returns an instance of ani

G

getAutostartMode() - Static method in class de.looksgood.ani.Ani
Gets the defaultAutostartMode mode: AUTOSTART or NO_AUTOSTART
getBegin() - Method in class de.looksgood.ani.AniCore
Gets the begin.
getCallbackObject() - Method in class de.looksgood.ani.AniCore
Gets the object to invoke the callback method on
getDefaultEasing() - Static method in class de.looksgood.ani.Ani
Gets the default easing.
getDefaultTimeMode() - Static method in class de.looksgood.ani.Ani
Gets the defaultTimeMode.
getDelay() - Method in class de.looksgood.ani.AniCore
Gets the duration of delay.
getDirection() - Method in class de.looksgood.ani.AniCore
Gets the direction.
getDuration() - Method in class de.looksgood.ani.AniCore
Gets the duration.
getDuration() - Method in class de.looksgood.ani.AniSequence
Gets the duration of the sequence
getDurationTotal() - Method in class de.looksgood.ani.AniCore
Gets the duration: duration easing + duration delay.
getEasing() - Method in class de.looksgood.ani.AniCore
Gets the easing.
getEnd() - Method in class de.looksgood.ani.AniCore
Gets the end.
getId() - Method in class de.looksgood.ani.AniCore
Gets the id.
getOverwriteMode() - Static method in class de.looksgood.ani.Ani
Gets the defaultOverwriteMode: OVERWRITE or NO_OVERWRITE
getPlayMode() - Method in class de.looksgood.ani.AniCore
Gets the play mode.
getPosition() - Method in class de.looksgood.ani.AniCore
Gets the position.
getRepeatCount() - Method in class de.looksgood.ani.AniCore
Gets the repeat count.
getRepeatNumber() - Method in class de.looksgood.ani.AniCore
Gets the current repeat number.
getSeek() - Method in class de.looksgood.ani.AniCore
Gets the current seek value (start = 0.0 end = 1.0)
getSeek() - Method in class de.looksgood.ani.AniSequence
Gets the current seek value (start = 0.0 end = 1.0)
getStepCount() - Method in class de.looksgood.ani.AniSequence
Gets the count step
getStepNumber() - Method in class de.looksgood.ani.AniSequence
Gets the current step
getTime() - Method in class de.looksgood.ani.AniSequence
Gets the current position in time of the sequence
getTimeMode() - Method in class de.looksgood.ani.AniCore
Gets the time mode.

I

IN - Static variable in interface de.looksgood.ani.AniConstants
 
IN_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
init(PApplet) - Static method in class de.looksgood.ani.Ani
Inits the Ani library.
isDelaying() - Method in class de.looksgood.ani.AniCore
Checks if the animation is delaying.
isEnded() - Method in class de.looksgood.ani.AniCore
Checks if the animation is ended.
isEnded() - Method in class de.looksgood.ani.AniSequence
Checks if the sequence is ended.
isPlaying() - Method in class de.looksgood.ani.AniCore
Checks if the animation is playing.
isPlaying() - Method in class de.looksgood.ani.AniSequence
Checks if sequence is playing
isRepeating() - Method in class de.looksgood.ani.AniCore
Checks if the animation is repeating.

K

killAll() - Static method in class de.looksgood.ani.Ani
kills all anis of the lookup table in Ani

L

LINEAR - Static variable in interface de.looksgood.ani.AniConstants
 
Linear - Class in de.looksgood.ani.easing
 
Linear(int) - Constructor for class de.looksgood.ani.easing.Linear
 
Linear() - Constructor for class de.looksgood.ani.easing.Linear
 

N

NO_AUTOSTART - Static variable in interface de.looksgood.ani.AniConstants
 
NO_OVERWRITE - Static variable in interface de.looksgood.ani.AniConstants
 
noAutostart() - Static method in class de.looksgood.ani.Ani
Sets the defaultAutostartMode of all new created Animations to: Off
noOverwrite() - Static method in class de.looksgood.ani.Ani
Sets the defaultOverwriteMode of all new created Animations to: Off Disable overwrite manager of all on going animations A new ani instance is always created even if there is a potential conflict for an already existing animation
noRepeat() - Method in class de.looksgood.ani.AniCore
Stop any repeating.

O

ON_DELAY_END - Static variable in interface de.looksgood.ani.AniConstants
 
ON_END - Static variable in interface de.looksgood.ani.AniConstants
 
ON_START - Static variable in interface de.looksgood.ani.AniConstants
 
ON_UPDATE - Static variable in interface de.looksgood.ani.AniConstants
 
OUT - Static variable in interface de.looksgood.ani.AniConstants
 
overwrite() - Static method in class de.looksgood.ani.Ani
Sets the defaultOverwriteMode of all new created Animations to: On Enable overwrite manager of all on going animations to avoid any possible conflicts
OVERWRITE - Static variable in interface de.looksgood.ani.AniConstants
 

P

papplet() - Static method in class de.looksgood.ani.Ani
Get the papplet.
pause() - Method in class de.looksgood.ani.AniCore
Pause the animation at the current position in time.
pause() - Method in class de.looksgood.ani.AniSequence
Pause the sequence at the current position in time
pre() - Method in class de.looksgood.ani.AniCore
No need to call ever this method.
pre() - Method in class de.looksgood.ani.AniSequence
No need to call ever this method.

Q

Quad - Class in de.looksgood.ani.easing
 
Quad(int) - Constructor for class de.looksgood.ani.easing.Quad
 
Quad() - Constructor for class de.looksgood.ani.easing.Quad
 
QUAD_IN - Static variable in interface de.looksgood.ani.AniConstants
 
QUAD_IN_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
QUAD_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
Quart - Class in de.looksgood.ani.easing
 
Quart(int) - Constructor for class de.looksgood.ani.easing.Quart
 
Quart() - Constructor for class de.looksgood.ani.easing.Quart
 
QUART_IN - Static variable in interface de.looksgood.ani.AniConstants
 
QUART_IN_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
QUART_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
Quint - Class in de.looksgood.ani.easing
 
Quint(int) - Constructor for class de.looksgood.ani.easing.Quint
 
Quint() - Constructor for class de.looksgood.ani.easing.Quint
 
QUINT_IN - Static variable in interface de.looksgood.ani.AniConstants
 
QUINT_IN_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
QUINT_OUT - Static variable in interface de.looksgood.ani.AniConstants
 

R

repeat() - Method in class de.looksgood.ani.AniCore
Repeat the animation forever.
repeat(int) - Method in class de.looksgood.ani.AniCore
Sets the repeat count.
resume() - Method in class de.looksgood.ani.AniCore
Resume the animation from the current position in time (adjustable with seek).
resume() - Method in class de.looksgood.ani.AniSequence
Resume the sequence from the current position in time (adjustable with seek)
reverse() - Method in class de.looksgood.ani.AniCore
Swap begin end of the animation.

S

SECONDS - Static variable in interface de.looksgood.ani.AniConstants
 
seek(float) - Method in class de.looksgood.ani.AniCore
Seek the Animation to any position: start = 0.0 end = 1.0
seek(float) - Method in class de.looksgood.ani.AniSequence
Seek the sequence to any position: start = 0.0 end = 1.0
setBegin() - Method in class de.looksgood.ani.AniCore
Sets the begin of the animation to the current value of the target.
setBegin(float) - Method in class de.looksgood.ani.AniCore
Sets the begin of the animation to a new value.
setCallback(String) - Method in class de.looksgood.ani.AniCore
setup the callback methods: onStart, onEnd, onDelayEnd and onUpdate
setCallbackObject(Object) - Method in class de.looksgood.ani.AniCore
Sets the object to invoke the callback method on
setDefaultEasing(Easing) - Static method in class de.looksgood.ani.Ani
Sets the default easing: LINEAR, QUAD_IN, QUAD_OUT, QUAD_IN_OUT, CUBIC_IN, CUBIC_IN_OUT, CUBIC_OUT, QUART_IN, QUART_OUT, QUART_IN_OUT, QUINT_IN, QUINT_OUT, QUINT_IN_OUT, SINE_IN, SINE_OUT, SINE_IN_OUT, CIRC_IN, CIRC_OUT, CIRC_IN_OUT, EXPO_IN, EXPO_OUT, EXPO_IN_OUT, BACK_IN, BACK_OUT, BACK_IN_OUT, BOUNCE_IN, BOUNCE_OUT, BOUNCE_IN_OUT, ELASTIC_IN, ELASTIC_OUT, ELASTIC_IN_OUT or use a Custom Easing
setDefaultTimeMode(String) - Static method in class de.looksgood.ani.Ani
Sets the defaultTimeMode: SECONDS or FRAMES
setDelay(float) - Method in class de.looksgood.ani.AniCore
Sets the delay duration.
setDuration(float) - Method in class de.looksgood.ani.AniCore
Sets the duration.
setEasing(Easing) - Method in class de.looksgood.ani.AniCore
Sets the easing: LINEAR, QUAD_IN, QUAD_OUT, QUAD_IN_OUT, CUBIC_IN, CUBIC_IN_OUT, CUBIC_OUT, QUART_IN, QUART_OUT, QUART_IN_OUT, QUINT_IN, QUINT_OUT, QUINT_IN_OUT, SINE_IN, SINE_OUT, SINE_IN_OUT, CIRC_IN, CIRC_OUT, CIRC_IN_OUT, EXPO_IN, EXPO_OUT, EXPO_IN_OUT, BACK_IN, BACK_OUT, BACK_IN_OUT, BOUNCE_IN, BOUNCE_OUT, BOUNCE_IN_OUT, ELASTIC_IN, ELASTIC_OUT, ELASTIC_IN_OUT or use a Custom Easing.
setEnd(float) - Method in class de.looksgood.ani.AniCore
Sets the end.
setMode(int) - Method in class de.looksgood.ani.easing.Easing
Set the shape mode
setPlayMode(String) - Method in class de.looksgood.ani.AniCore
Sets the play mode: FORWARD, BACKWARD, YOYO.
setTimeMode(String) - Method in class de.looksgood.ani.AniCore
Sets the time mode: SECONDS or FRAMES.
shortRotation(float, float) - Static method in class de.looksgood.ani.AniUtil
Calculates the minimal difference of two angles given in radians.
Sine - Class in de.looksgood.ani.easing
 
Sine(int) - Constructor for class de.looksgood.ani.easing.Sine
 
Sine() - Constructor for class de.looksgood.ani.easing.Sine
 
SINE_IN - Static variable in interface de.looksgood.ani.AniConstants
 
SINE_IN_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
SINE_OUT - Static variable in interface de.looksgood.ani.AniConstants
 
size() - Static method in class de.looksgood.ani.Ani
Size or count of all animations controlled by the overwrite features
start() - Method in class de.looksgood.ani.AniCore
Start the animation.
start() - Method in class de.looksgood.ani.AniSequence
Start the first step of the sequence

T

to(Object, float, String, float) - Static method in class de.looksgood.ani.Ani
animate to a value over time to a certain value, returns an instance of ani
to(Object, float, float, String, float) - Static method in class de.looksgood.ani.Ani
animate to a value over time to a certain value, returns an instance of ani
to(Object, float, String, float, Easing) - Static method in class de.looksgood.ani.Ani
animate to a value over time to a certain value, returns an instance of ani
to(Object, float, float, String, float, Easing) - Static method in class de.looksgood.ani.Ani
animate to a value over time to a certain value, returns an instance of ani
to(Object, float, String, float, Easing, String) - Static method in class de.looksgood.ani.Ani
animate to a value over time to a certain value, returns an instance of ani
to(Object, float, String, float, Easing, Object, String) - Static method in class de.looksgood.ani.Ani
animate to a value over time to a certain value, returns an instance of ani
to(Object, float, float, String, float, Easing, String) - Static method in class de.looksgood.ani.Ani
animate to a value over time to a certain value, returns an instance of ani
to(Object, float, float, String, float, Easing, Object, String) - Static method in class de.looksgood.ani.Ani
animate to a value over time to a certain value, returns an instance of ani
to(Object, float, String) - Static method in class de.looksgood.ani.Ani
animate to a value over time to a certain value, returns an instance of ani
to(Object, float, float, String) - Static method in class de.looksgood.ani.Ani
animate to a value over time to a certain value, returns an instance of ani
to(Object, float, String, Easing) - Static method in class de.looksgood.ani.Ani
animate to a value over time to a certain value, returns an instance of ani
to(Object, float, float, String, Easing) - Static method in class de.looksgood.ani.Ani
animate to a value over time to a certain value, returns an instance of ani
to(Object, float, String, Easing, Object, String) - Static method in class de.looksgood.ani.Ani
animate to a value over time to a certain value, returns an instance of ani
to(Object, float, String, Easing, String) - Static method in class de.looksgood.ani.Ani
animate to a value over time to a certain value, returns an instance of ani
to(Object, float, float, String, Easing, Object, String) - Static method in class de.looksgood.ani.Ani
animate to a value over time to a certain value, returns an instance of ani

V

VERSION - Static variable in interface de.looksgood.ani.AniConstants
 

Y

YOYO - Static variable in interface de.looksgood.ani.AniConstants
 

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

processing library Ani by Benedikt Gross. (c) 2015