|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ros.android.view.visualization.Viewport
public class Viewport
Constructor Summary | |
---|---|
Viewport(int width,
int height)
|
Method Summary | |
---|---|
void |
apply(GL10 gl)
|
int |
getHeight()
|
int |
getWidth()
|
float |
getZoom()
|
void |
setZoom(float zoom)
|
void |
zoom(GL10 gl)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Viewport(int width, int height)
Method Detail |
---|
public void apply(GL10 gl)
public void zoom(GL10 gl)
public int getWidth()
public int getHeight()
public float getZoom()
public void setZoom(float zoom)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |