public final enum

PixelFormat

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.andengine.opengl.texture.PixelFormat

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

Enum Values
PixelFormat  AI_88   
PixelFormat  A_8   
PixelFormat  I_8   
PixelFormat  RGBA_4444   
PixelFormat  RGBA_5551   
PixelFormat  RGBA_8888   
PixelFormat  RGB_565   
PixelFormat  UNDEFINED   
Public Methods
int getBitsPerPixel()
int getGLFormat()
int getGLInternalFormat()
int getGLType()
static PixelFormat valueOf(String name)
final static PixelFormat[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PixelFormat AI_88

public static final PixelFormat A_8

public static final PixelFormat I_8

public static final PixelFormat RGBA_4444

public static final PixelFormat RGBA_5551

public static final PixelFormat RGBA_8888

public static final PixelFormat RGB_565

public static final PixelFormat UNDEFINED

Public Methods

public int getBitsPerPixel ()

public int getGLFormat ()

public int getGLInternalFormat ()

public int getGLType ()

public static PixelFormat valueOf (String name)

public static final PixelFormat[] values ()