|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ros.android.view.visualization.Texture
public class Texture
Constructor Summary | |
---|---|
Texture()
|
Method Summary | |
---|---|
int |
getTextureHandle()
|
void |
maybeInitTexture(GL10 gl)
If necessary, initializes and/or reloads the texture from the previously specified occupancy grid. |
void |
updateTexture(Bitmap bitmap)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Texture()
Method Detail |
---|
public void updateTexture(Bitmap bitmap)
public int getTextureHandle() throws TextureNotInitialized
TextureNotInitialized
public void maybeInitTexture(GL10 gl)
gl
- the OpenGL context
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |