Uses of Class
cz.cuni.jagrlib.piece.TextureFunctions.TextureType

Packages that use TextureFunctions.TextureType
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
 

Uses of TextureFunctions.TextureType in cz.cuni.jagrlib.piece
 

Fields in cz.cuni.jagrlib.piece declared as TextureFunctions.TextureType
protected  TextureFunctions.TextureType TextureFunctions.type
          Actual texture type.
 

Methods in cz.cuni.jagrlib.piece that return TextureFunctions.TextureType
static TextureFunctions.TextureType TextureFunctions.TextureType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextureFunctions.TextureType[] TextureFunctions.TextureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.