|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectproject.android.imageprocessing.helper.ImageHelper
public class ImageHelper
Constructor Summary | |
---|---|
ImageHelper()
|
Method Summary | |
---|---|
static int |
bitmapToTexture(android.graphics.Bitmap bitmap)
This method takes in a bitmap and binds it to an opengl texture. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageHelper()
Method Detail |
---|
public static int bitmapToTexture(android.graphics.Bitmap bitmap)
bitmap
- a bitmap to turn into an opengl texture
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |