Interface TextureManager
-
- All Known Implementing Classes:
G2DTextureManager,JoGLTextureManager
public interface TextureManager- Author:
- Pierre Lando
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TexturecreateTexture()Texture creator.voiddispose(java.util.Collection<Texture> textures)Dispose the given textures.voiddispose(Texture texture)
-