Uses of Interface
zombie.interfaces.ITexture

Packages that use ITexture
zombie.core.textures   
zombie.core.utils   
zombie.input   
 

Uses of ITexture in zombie.core.textures
 

Classes in zombie.core.textures that implement ITexture
 class Texture
           
 

Methods in zombie.core.textures that return ITexture
 ITexture TextureFBO.getTexture()
           
 

Constructors in zombie.core.textures with parameters of type ITexture
Mask(ITexture texture)
           
Mask(ITexture texture, boolean[] mask)
           
TextureFBO(ITexture destination)
           
 

Uses of ITexture in zombie.core.utils
 

Methods in zombie.core.utils with parameters of type ITexture
static void Utility.drawQuad(float x, float y, float width, float height, ITexture image)
          draws a quad on screen
 

Uses of ITexture in zombie.input
 

Methods in zombie.input with parameters of type ITexture
static void Mouse.setCursor(ITexture image)