libgdx API

Uses of Class
com.badlogic.gdx.graphics.TextureData.TextureDataType

Packages that use TextureData.TextureDataType
com.badlogic.gdx.graphics   
com.badlogic.gdx.graphics.glutils   
 

Uses of TextureData.TextureDataType in com.badlogic.gdx.graphics
 

Methods in com.badlogic.gdx.graphics that return TextureData.TextureDataType
 TextureData.TextureDataType TextureData.getType()
           
static TextureData.TextureDataType TextureData.TextureDataType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextureData.TextureDataType[] TextureData.TextureDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of TextureData.TextureDataType in com.badlogic.gdx.graphics.glutils
 

Methods in com.badlogic.gdx.graphics.glutils that return TextureData.TextureDataType
 TextureData.TextureDataType ETC1TextureData.getType()
           
 TextureData.TextureDataType FileTextureData.getType()
           
 TextureData.TextureDataType FloatTextureData.getType()
           
 TextureData.TextureDataType PixmapTextureData.getType()
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)