Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
X
Y
Z
R
removeAnimator()
- Method in class net.java.joglutils.
GLJFrame
Stops and removes the
Animator
.
removeInputMethodListener(InputMethodListener)
- Method in class net.java.joglutils.
GLJFrame
Removes the specified input method listener so that it no longer receives input method events from this component and the GLCanvas.
removeKeyListener(KeyListener)
- Method in class net.java.joglutils.
GLJFrame
Removes the specified key listener so that it no longer receives key events from this component and the GLCanvas.
removeMouseListener(MouseListener)
- Method in class net.java.joglutils.
GLJFrame
Removes the specified mouse listener so that it no longer receives mouse events from this component and the GLCanvas.
removeMouseMotionListener(MouseMotionListener)
- Method in class net.java.joglutils.
GLJFrame
Removes the specified mouse motion listener so that it no longer receives mouse motion events from this component and the GLCanvas.
removeMouseWheelListener(MouseWheelListener)
- Method in class net.java.joglutils.
GLJFrame
Removes the specified mouse wheel listener so that it no longer receives mouse wheel events from this component and the GLCanvas.
removePhongShader()
- Static method in class net.java.joglutils.lighting.
Light
Removes the Phong Shader program from the current GL Context
removePhongShader(GL)
- Static method in class net.java.joglutils.lighting.
Light
Removes the Phong Shader program from the specified GL Context
render(GLAutoDrawable)
- Method in class net.java.joglutils.test3ds.
MyModel
repaint()
- Method in class net.java.joglutils.
GLJFrame
Repaint the JFrame and render the GLCanvas if no animator is present.
retrieve()
- Method in class net.java.joglutils.lighting.
Light
Reconfigure the settings for this Light from the state of the attached
GL
Context.
retrieve(GL)
- Method in class net.java.joglutils.lighting.
Light
Reconfigures the settings on this Light from the state of the specified OpenGL context, using the light number stored in the Light.
retrieve(GL, int)
- Method in class net.java.joglutils.lighting.
Light
Reconfigures the settings on this Light from the state of the specified OpenGL context, using the requested light number.
retrieve(GL)
- Method in class net.java.joglutils.lighting.
Material
Sets the settings in this Material from the specified OpenGL context's state.
retrieve()
- Method in class net.java.joglutils.lighting.
Material
Sets this Material object from the attached OpenGL state.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
X
Y
Z