com.c3d.image
Class FractalEncoding8

java.lang.Object
  |
  +--com.c3d.image.FractalEncoding
        |
        +--com.c3d.image.FractalEncoding8

public class FractalEncoding8
extends FractalEncoding

TeX a FractalEncoding8 of an image is a representation that can be used to generate scaled up versions of the original. It uses source patches that are 8 pixels in size


Constructor Summary
FractalEncoding8(Jimage im)
           
 
Method Summary
 Jimage getDoubleOf()
           
 Jimage getIteratedDoubleOf()
           
 
Methods inherited from class com.c3d.image.FractalEncoding
findBigest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FractalEncoding8

public FractalEncoding8(Jimage im)
Method Detail

getDoubleOf

public Jimage getDoubleOf()
Overrides:
getDoubleOf in class FractalEncoding

getIteratedDoubleOf

public Jimage getIteratedDoubleOf()