Uses of Class
texturesynthesis.wangtilesynthesizer.wangtiles.WangTiling

Packages that use WangTiling
texturesynthesis.synthesizer   
 

Uses of WangTiling in texturesynthesis.synthesizer
 

Fields in texturesynthesis.synthesizer declared as WangTiling
private  WangTiling WangTileSynthesizer.wangTiling
          The Wang tiling that generates the image.
 

Methods in texturesynthesis.synthesizer with parameters of type WangTiling
private  java.awt.image.BufferedImage WangTileSynthesizer.constructImage(WangTiling wangTiling, int width, int height)
          Constructs the actual image from the generated Wang tiles according to the Wang tiling.