Uses of Interface
cz.cuni.jagrlib.iface.Texture

Packages that use Texture
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
 

Uses of Texture in cz.cuni.jagrlib
 

Fields in cz.cuni.jagrlib with type parameters of type Texture
 java.util.List<Texture> MicroFacet.textures
          List of textures which can be applicated sequentially.
 

Uses of Texture in cz.cuni.jagrlib.testing
 

Classes in cz.cuni.jagrlib.testing that implement Texture
 class CheckerTexture
          Texture specimen - simple checkerboard (modifies base surface color).
 class SpotTexture
          Texture specimen - simple 3D spot-like texture (modifies base surface color).