A C G I N R S

A

addInputMethodListener(InputMethodListener) - Method in class net.java.joglutils.GLJFrame
Adds the specified input method listener to receive input method events from this component and the GLCanvas.
addKeyListener(KeyListener) - Method in class net.java.joglutils.GLJFrame
Adds the specified key listener to receive key events from this component and the GLCanvas.
addMouseListener(MouseListener) - Method in class net.java.joglutils.GLJFrame
Adds the specified mouse listener to receive mouse events from this component and the GLCanvas.
addMouseMotionListener(MouseMotionListener) - Method in class net.java.joglutils.GLJFrame
Adds the specified mouse motion listener to receive mouse motion events from this component and the GLCanvas.
addMouseWheelListener(MouseWheelListener) - Method in class net.java.joglutils.GLJFrame
Adds the specified mouse wheel listener to receive mouse wheel events from this component and the GLCanvas.

C

clearInputListeners() - Method in class net.java.joglutils.GLJFrame
Removes InputMethodListeners, KeyListeners,MouseListeners, MouseMotionListeners, and MouseWheelListeners from this and the GLCanvas.

G

generateAnimator() - Method in class net.java.joglutils.GLJFrame
Generates a new Animator for updating the GLCanvas, and starts it.
getAnimator() - Method in class net.java.joglutils.GLJFrame
Retrieves the attached Animator connected to the GLCanvas.
getContext() - Method in class net.java.joglutils.GLJFrame
Retrieves the GLContext associated with the GLCanvas on this GLJFrame
getGL() - Method in class net.java.joglutils.GLJFrame
Gets the GL pipeline for the canvas in this GLJPane.
getGLCapabilities() - Method in class net.java.joglutils.GLJFrame
The GLCapabilities used with the GLCanvas.
getGLEventListener() - Method in class net.java.joglutils.GLJFrame
Retrieves the event listener for the GLJFrame
GLJFrame - Class in net.java.joglutils
A JFrame containing a heavyweight GLCanvas with a single attached GLEventListener.
GLJFrame(GLEventListener) - Constructor for class net.java.joglutils.GLJFrame
Creates new form GLJFrame
GLJFrame(String, GLEventListener) - Constructor for class net.java.joglutils.GLJFrame
Creates new form GLJFrame
GLJFrame(String, GLEventListener, GLCapabilities) - Constructor for class net.java.joglutils.GLJFrame
Creates new form GLJFrame
GLJFrame(String, GLEventListener, GLCapabilities, GLContext) - Constructor for class net.java.joglutils.GLJFrame
Creates new form GLJFrame

I

isAnimated() - Method in class net.java.joglutils.GLJFrame
Determines if this GLJFrame is running on an Animator.
isFullscreen() - Method in class net.java.joglutils.GLJFrame
Determines if the Frame is the Full-Screen Exclusive Mode window.

N

net.java.joglutils - package net.java.joglutils
 

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.
repaint() - Method in class net.java.joglutils.GLJFrame
Repaint the JFrame and render the GLCanvas if no animator is present.

S

setAnimator(com.sun.opengl.util.Animator) - Method in class net.java.joglutils.GLJFrame
Specifies an Animator for updating the GLCanvas, and starts it.
setAnimator(com.sun.opengl.util.Animator, boolean) - Method in class net.java.joglutils.GLJFrame
Specifies an Animator for updating the GLCanvas, and optionally starts it.
setFullscreen(boolean) - Method in class net.java.joglutils.GLJFrame
Sets the fullscreen status of this window.
setGL(GL) - Method in class net.java.joglutils.GLJFrame
Sets the GL pipeline for the canvas in this GLJPane.
setGLCapabilities(GLCapabilities) - Method in class net.java.joglutils.GLJFrame
Rebuilds the GLCanvas with the specified capbilities.
setGLEventListener(GLEventListener) - Method in class net.java.joglutils.GLJFrame
Sets the event listener attached to the GLcanvas.
setSize(int, int) - Method in class net.java.joglutils.GLJFrame
Resizes this GLJFrame to match a GLCanvas of the specified size.
setSize(Dimension) - Method in class net.java.joglutils.GLJFrame
Resizes this GLJFrame to match a GLCanvas of the specified size.

A C G I N R S