- fadeIn(double) - Static method in class net.stemkoski.bagel.ActionFactory
-
Create an Action to fade in (increase opacity of) a Sprite over a period of time.
- fadeOut(double) - Static method in class net.stemkoski.bagel.ActionFactory
-
Create an Action to fade out (reduce opacity of) a Sprite over a period of time.
- flipped - Variable in class net.stemkoski.bagel.Sprite
-
determines whether texture is reversed along the y direction
- font - Variable in class net.stemkoski.bagel.Label
-
Automatically set by load methods.
- fontColor - Variable in class net.stemkoski.bagel.Label
-
color used to draw font
- fontName - Variable in class net.stemkoski.bagel.Label
-
Name of the current font.
- fontSize - Variable in class net.stemkoski.bagel.Label
-
Size of the current font.
- forever(Action) - Static method in class net.stemkoski.bagel.ActionFactory
-
Create an Action that repeats another Action forever.
- frameDuration - Variable in class net.stemkoski.bagel.Animation
-
The amount of time each texture should be displayed by this animation.
- function - Variable in class net.stemkoski.bagel.Action
-
Encapsulates the method that will be applied to the Sprite this Action is attached to.