|
jjdh API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OpenGLProgram
Nested Class Summary | |
---|---|
static class |
OpenGLProgram.State
This enum models the state of a program. |
Method Summary | |
---|---|
Camera |
getCamera()
|
SystemContext |
getContext()
Returns the system context in which this program is operating. |
String |
getName()
|
StateManager<OpenGLProgram.State> |
getState()
Manages the state of this program. |
void |
setCamera(Camera camera)
|
void |
setContext(SystemContext context)
|
void |
setName(String name)
Changes the name of this program. |
Method Detail |
---|
StateManager<OpenGLProgram.State> getState()
void setContext(SystemContext context)
SystemContext getContext()
void setName(String name)
name
- the new nameString getName()
void setCamera(Camera camera)
Camera getCamera()
|
jjdh API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |