Uses of Class
lib.core.FractalModel

Packages that use FractalModel
app   
lib   
lib.io   
 

Uses of FractalModel in app
 

Methods in app that return FractalModel
 FractalModel Fic.compress(java.awt.image.BufferedImage image)
           
 FractalModel Fic.readModel()
           
 

Methods in app with parameters of type FractalModel
 java.awt.image.BufferedImage Fic.decompress(FractalModel fmodel)
           
 void Fic.writeModel(FractalModel fmodel)
           
 

Uses of FractalModel in lib
 

Methods in lib that return FractalModel
 FractalModel Compressor.compress(java.awt.image.BufferedImage image)
          Compress a given image.
 

Methods in lib with parameters of type FractalModel
 java.awt.image.BufferedImage Decompressor.decompress(FractalModel fmodel)
          reconstruct the original range image from the given fractal model
 

Uses of FractalModel in lib.io
 

Methods in lib.io that return FractalModel
 FractalModel FractalReader.read()
          Read a representation of the fractal model from the input stream
 

Methods in lib.io with parameters of type FractalModel
 void FractalWriter.write(FractalModel fmodel)
          Write a representation of the fractal model to an output stream