lib
Class Decompressor

java.lang.Object
  extended by java.util.Observable
      extended by lib.Decompressor

public class Decompressor
extends java.util.Observable

restore the original image from the given fractal model


Constructor Summary
Decompressor(java.util.Observer observer)
           
 
Method Summary
 java.awt.image.BufferedImage decompress(FractalModel fmodel)
          reconstruct the original range image from the given fractal model
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decompressor

public Decompressor(java.util.Observer observer)
Parameters:
observer - the observer receiving progress results from the decompression - allowed to be null
Method Detail

decompress

public java.awt.image.BufferedImage decompress(FractalModel fmodel)
reconstruct the original range image from the given fractal model

Parameters:
fmodel - the fractal model describing the image
Returns:
the original image
See Also:
Compressor.compress(java.awt.image.BufferedImage), FractalModel