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 Texture
createTexture()
Texture creator.void
dispose(java.util.Collection<Texture> textures)
Dispose the given textures.void
dispose(Texture texture)
-