|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgestalt.context.GLContext
public class GLContext
is a structure that is passed to drawables that receive the draw event. it can hold information about texturemanager, camera and eventhandler but is not obligated to do so.
| Field Summary | |
|---|---|
Camera |
camera
|
DisplayCapabilities |
displaycapabilities
|
EventHandler |
event
|
| Constructor Summary | |
|---|---|
GLContext()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public EventHandler event
public Camera camera
public DisplayCapabilities displaycapabilities
| Constructor Detail |
|---|
public GLContext()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||