|
jjdh API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenGLProgram.State | |
---|---|
jjdh.opengl.initialization | This Package contains classes to initialize OpenGL and the surrounding GUI environment. |
jjdh.opengl.program | This Package contains the interface OpenGLProgram and several standard realizations. |
Uses of OpenGLProgram.State in jjdh.opengl.initialization |
---|
Fields in jjdh.opengl.initialization with type parameters of type OpenGLProgram.State | |
---|---|
protected StateChangeListener<OpenGLProgram.State> |
Launcher.callbackListener
|
Uses of OpenGLProgram.State in jjdh.opengl.program |
---|
Fields in jjdh.opengl.program with type parameters of type OpenGLProgram.State | |
---|---|
protected StateManager<OpenGLProgram.State> |
AbstractOpenGLProgram.state
|
Methods in jjdh.opengl.program that return OpenGLProgram.State | |
---|---|
static OpenGLProgram.State |
OpenGLProgram.State.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OpenGLProgram.State[] |
OpenGLProgram.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in jjdh.opengl.program that return types with arguments of type OpenGLProgram.State | |
---|---|
StateManager<OpenGLProgram.State> |
OpenGLProgram.getState()
Manages the state of this program. |
StateManager<OpenGLProgram.State> |
AbstractOpenGLProgram.getState()
|
|
jjdh API | |||||||||
PREV NEXT | FRAMES NO FRAMES |