Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

F

fadeOut(double) - Method in class org.cell2d.Music
Instructs the music player to gradually fade this Music track's volume to 0 over the specified duration, stopping this Music track once it is silent, if it is currently playing.
fadeSpeed(double, double) - Method in class org.cell2d.Music
Instructs the music player to gradually fade this Music track's speed to the specified speed over the specified duration, if this Music track is currently playing.
fadeVolume(double, double) - Method in class org.cell2d.Music
Instructs the music player to gradually fade this Music track's volume to the specified volume over the specified duration, if this Music track is currently playing.
Filter - Interface in org.cell2d
A Filter represents an operation that transforms an image, such as replacing some of its colors with others.
flip() - Method in class org.cell2d.CellVector
Flips this CellVector across both coordinate axes, negating both of its coordinates.
flip(boolean, boolean) - Method in class org.cell2d.CellVector
Flips this CellVector across either, both, or neither of the coordinate axes, depending on the parameters.
flipX() - Method in class org.cell2d.CellVector
Flips this CellVector across the x-axis, negating its x-coordinate.
flipX() - Method in class org.cell2d.space.SpaceObject
Flips this SpaceObject horizontally, making it flipped if it was not before and not flipped if it was before.
flipY() - Method in class org.cell2d.CellVector
Flips this CellVector across the y-axis, negating its y-coordinate.
flipY() - Method in class org.cell2d.space.SpaceObject
Flips this SpaceObject vertically, making it flipped if it was not before and not flipped if it was before.
floor(long) - Static method in class org.cell2d.Frac
Returns the largest fracunit-scale integer that is less than or equal to the specified fracunit-scale number.
Frac - Class in org.cell2d
The Frac class contains constants and methods related to fracunits, Cell2D's units of "continuous" length and time.
frameActions(CellGame, BasicSpaceState) - Method in class org.cell2d.space.basic.BasicThinkerObject
Actions for this BasicThinkerObject to take once each frame after its BasicSpaceState moves its assigned MobileObjects.
frameActions(T, U) - Method in class org.cell2d.space.SpaceState
 
frameActions(T, U) - Method in class org.cell2d.Thinker
Actions for this Thinker to take once each frame.
framesAreCompatible(int, int) - Method in interface org.cell2d.Animatable
Returns whether the two frames at the specified indices are compatible for AnimationInstances' transitioning purposes.
framesAreCompatible(int, int) - Method in class org.cell2d.Animation
 
framesAreCompatible(int, int) - Method in class org.cell2d.Sprite
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links