org.scilab.forge.scirenderer.texture
Interface TextureManager

All Known Implementing Classes:
G2DTextureManager, JoGLTextureManager

public interface TextureManager

Author:
Pierre Lando

Method Summary
 Texture createTexture()
          Texture creator.
 void dispose(java.util.Collection<Texture> textures)
          Dispose the given textures.
 void dispose(Texture texture)
           
 

Method Detail

createTexture

Texture createTexture()
Texture creator.

Returns:
a new Texture

dispose

void dispose(java.util.Collection<Texture> textures)
Dispose the given textures.

Parameters:
textures - textures to dispose.

dispose

void dispose(Texture texture)