org.xith3d.loaders.texture
Class Xith3DTextureFactory2D

java.lang.Object
  extended by org.jagatoo.loaders.textures.TextureFactory
      extended by org.xith3d.loaders.texture.Xith3DTextureFactory2D

public class Xith3DTextureFactory2D
extends org.jagatoo.loaders.textures.TextureFactory

Xith3D implementation of TextureFactory for 2D-textures.


Constructor Summary
protected Xith3DTextureFactory2D()
           
 
Method Summary
 TextureImage2D createTextureImageImpl(int width, int height, int orgWidth, int orgHeight, int pixelSize, int dataSize, org.jagatoo.opengl.enums.TextureImageInternalFormat internalFormat, org.jagatoo.opengl.enums.TextureImageFormat format)
          
protected  Texture createTextureImpl(org.jagatoo.opengl.enums.TextureType type, org.jagatoo.opengl.enums.TextureFormat format)
           
static Xith3DTextureFactory2D getInstance()
           
 
Methods inherited from class org.jagatoo.loaders.textures.TextureFactory
createTexture, createTexture, createTexture, createTexture, createTextureImage, createTextureImage, createTextureImage, createTextureImage, createTextureImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xith3DTextureFactory2D

protected Xith3DTextureFactory2D()
Method Detail

getInstance

public static final Xith3DTextureFactory2D getInstance()

createTextureImageImpl

public TextureImage2D createTextureImageImpl(int width,
                                             int height,
                                             int orgWidth,
                                             int orgHeight,
                                             int pixelSize,
                                             int dataSize,
                                             org.jagatoo.opengl.enums.TextureImageInternalFormat internalFormat,
                                             org.jagatoo.opengl.enums.TextureImageFormat format)

Specified by:
createTextureImageImpl in class org.jagatoo.loaders.textures.TextureFactory

createTextureImpl

protected Texture createTextureImpl(org.jagatoo.opengl.enums.TextureType type,
                                    org.jagatoo.opengl.enums.TextureFormat format)
Specified by:
createTextureImpl in class org.jagatoo.loaders.textures.TextureFactory