A C D E F G H I L M N O P R S T U V W X Y

F

Fic - Class in app
The fic object is the main run system of the application.
Fic(Configuration) - Constructor for class app.Fic
 
FileExistsValidator - Class in app.configuration.validators
validate the given value is a file that exists on the filesystem
FileExistsValidator() - Constructor for class app.configuration.validators.FileExistsValidator
 
FlipTransform - Class in lib.transformations
functor class to affineFlip an image
FlipTransform(boolean) - Constructor for class lib.transformations.FlipTransform
 
FlipTransform() - Constructor for class lib.transformations.FlipTransform
 
FlopTransform - Class in lib.transformations
functor class to affineFlop an image
FlopTransform(boolean) - Constructor for class lib.transformations.FlopTransform
 
FlopTransform() - Constructor for class lib.transformations.FlopTransform
 
FractalModel - Class in lib.core
a fractal model represents the compressed form of the image.

from <Range, <Domain, Transform>>
..to <Domain, <Transform, {Range}>>

or from:
Point1 - Domain1 - Transform1
Point2 - Domain2 - Transform1
Point3 - Domain1 - Transform2
Point4 - Domain1 - Transform2
Point5 - Domain2 - Transform1

to:
Domain1 -[ Transform1 -[ Point1 ]]
{@code .......
FractalModel(Map<Point, Map.Entry<BufferedImage, ImageTransform>>) - Constructor for class lib.core.FractalModel
 
FractalReader - Class in lib.io
Read a representation of the fractal model from the input stream
FractalReader(File) - Constructor for class lib.io.FractalReader
 
FractalWriter - Class in lib.io
Write a representation of the fractal model to an output stream
FractalWriter(OutputStream) - Constructor for class lib.io.FractalWriter
 
fuzz() - Method in class app.configuration.Configuration
 
fuzz - Variable in class app.configuration.Options
 

A C D E F G H I L M N O P R S T U V W X Y