|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcodeanticode.gltexture.GLState
public class GLState
| Field Summary | |
|---|---|
protected GL |
gl
|
| Constructor Summary | |
|---|---|
GLState(GL gl)
|
|
| Method Summary | |
|---|---|
void |
restoreGLMatrices()
|
void |
restoreGLState()
|
void |
restoreView()
|
void |
saveGLMatrices()
|
void |
saveGLState()
|
void |
saveView()
|
void |
setOrthographicView(int w,
int h)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected GL gl
| Constructor Detail |
|---|
public GLState(GL gl)
| Method Detail |
|---|
public void setOrthographicView(int w,
int h)
public void saveView()
public void restoreView()
public void saveGLState()
public void restoreGLState()
public void saveGLMatrices()
public void restoreGLMatrices()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||