Uses of Interface
texturesynthesis.TextureSynthesizer

Packages that use TextureSynthesizer
texturesynthesis   
texturesynthesis.synthesizer   
 

Uses of TextureSynthesizer in texturesynthesis
 

Fields in texturesynthesis with type parameters of type TextureSynthesizer
private  java.util.Hashtable<java.lang.String,TextureSynthesizer> JTexSynth.synthesizerPlugins
          Synthesizer plugins.
 

Methods in texturesynthesis that return TextureSynthesizer
private  TextureSynthesizer JTexSynth.getPlugin(java.lang.String name)
          Gets a plugin with the given name.
 

Methods in texturesynthesis that return types with arguments of type TextureSynthesizer
private  java.util.Hashtable<java.lang.String,TextureSynthesizer> JTexSynth.getPlugins()
          Searches the available synthesizer plugins and places an instance of each plugin to a Hashtable.
 

Uses of TextureSynthesizer in texturesynthesis.synthesizer
 

Classes in texturesynthesis.synthesizer that implement TextureSynthesizer
 class WangTileSynthesizer
          The Wang Tile texture synthesis plugin.