|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
lib.Decompressor
public class Decompressor
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 |
---|
public Decompressor(java.util.Observer observer)
observer
- the observer receiving progress results from the decompression - allowed to be nullMethod Detail |
---|
public java.awt.image.BufferedImage decompress(FractalModel fmodel)
fmodel
- the fractal model describing the image
Compressor.compress(java.awt.image.BufferedImage)
,
FractalModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |