|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neovisionaries.android.opengl.Viewport
public final class Viewport
OpenGL ES viewport
Method Summary | |
---|---|
static void |
set(int width,
int height)
This method is an alias of set (0, 0, width, height). |
static void |
set(int x,
int y,
int width,
int height)
Call glViewport(x, y, width, height). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void set(int x, int y, int width, int height)
public static void set(int width, int height)
set
(0, 0, width, height).
set(int x, int y, int width, int height)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |