A B C D E F G H I J L M N O P R S T U V X Y Z

G

generateAnimator() - Method in class net.java.joglutils.GLJFrame
Generates a new Animator for updating the GLCanvas, and starts it.
getAmbient() - Method in class net.java.joglutils.lighting.Light
Retrieves the ambient color for this Light.
getAmbient() - Method in class net.java.joglutils.lighting.Material
This retrieves the ambient color from this Material.
getAnimator() - Method in class net.java.joglutils.GLJFrame
Retrieves the attached Animator connected to the GLCanvas.
getAttachedGL() - Method in class net.java.joglutils.lighting.Light
Returns the OpenGL context attached to this Lighting object
getAttachedGL() - Method in class net.java.joglutils.lighting.Material
Returns the OpenGL context attached to this Lighting object
getAutoDrawable() - Method in class net.java.joglutils.GLJFrame
Retrieves a GLAutoDrawable view of the associated GLCanvas
getColor() - Method in class net.java.joglutils.lighting.ColorButton
 
getConstantAttenuation() - Method in class net.java.joglutils.lighting.Light
Retrieves the coefficient of the constant term in the attenuation equation for this Light.
getContext() - Method in class net.java.joglutils.GLJFrame
Retrieves the GLContext associated with the GLCanvas on this GLJFrame
getDepth() - Method in class net.java.joglutils.jogltext.FontDrawer
 
getDiffuse() - Method in class net.java.joglutils.lighting.Light
Retrieves the diffuse color for this Light.
getDiffuse() - Method in class net.java.joglutils.lighting.Material
This retrieves the diffuse color from this Material.
getEmissive() - Method in class net.java.joglutils.lighting.Material
This retrieves the emissive color from this Material.
getFace() - Method in class net.java.joglutils.lighting.Material
Determines what face the material settings are applied to or retrieved from.
getFont() - Method in class net.java.joglutils.jogltext.FontDrawer
 
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
getGLLightIdentifier() - Method in class net.java.joglutils.lighting.Light
Determines the OpenGL light identifier associated with this Light.
getGlobalAmbient() - Method in class net.java.joglutils.lighting.Material
Retrieves the GL_LIGHT_MODEL_AMBIENT color from the attached OpenGL context.
getGlobalAmbient(GL) - Static method in class net.java.joglutils.lighting.Material
Retrieves the GL_LIGHT_MODEL_AMBIENT color from a specified OpenGL context.
getLightNumber() - Method in class net.java.joglutils.lighting.Light
Determines the number of the light associated with this Light.
getLightPosition() - Method in class net.java.joglutils.lighting.Light
Retrieves the direction vector for this light.
getLightW() - Method in class net.java.joglutils.lighting.Light
Retrieves the w-component of this Light.
getLinearAttenuation() - Method in class net.java.joglutils.lighting.Light
Retrieves the coefficient of the linear term in the attenuation equation for this Light.
getMaterial(int) - Method in class net.java.joglutils.ThreeDS.Model3DS
 
getNumberOfMaterials() - Method in class net.java.joglutils.ThreeDS.Model3DS
 
getNumberOfObjects() - Method in class net.java.joglutils.ThreeDS.Model3DS
 
getObject(int) - Method in class net.java.joglutils.ThreeDS.Model3DS
 
getQuadraticAttenuation() - Method in class net.java.joglutils.lighting.Light
Retrieves the coefficient of the quadratic term in the attenuation equation for this Light.
getShininess() - Method in class net.java.joglutils.lighting.Material
Retrieves the shininess from this Material.
getSpecular() - Method in class net.java.joglutils.lighting.Light
Retrieves the specular color for this Light.
getSpecular() - Method in class net.java.joglutils.lighting.Material
Retrieves the specular color from this Material.
getSpotCutoff() - Method in class net.java.joglutils.lighting.Light
Retrieves the spotlight cutoff angle for this Light.
getSpotDirection() - Method in class net.java.joglutils.lighting.Light
Retrieves a vector indicating the spotlight direction used in this Light.
getSpotExponent() - Method in class net.java.joglutils.lighting.Light
Retrieves the spotlight exponent in this Light.
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, GLCapabilitiesChooser, GLContext) - 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, GLCapabilitiesChooser) - Constructor for class net.java.joglutils.GLJFrame
Creates new form GLJFrame
GLJFrame(GLEventListener, GLContext) - Constructor for class net.java.joglutils.GLJFrame
Creates new form GLJFrame
GLJFrame(GLEventListener, GLCapabilities) - Constructor for class net.java.joglutils.GLJFrame
Creates new form GLJFrame
GLJFrame(GLEventListener, int, int) - Constructor for class net.java.joglutils.GLJFrame
Creates new form GLJFrame
GLJFrame(String, GLEventListener, int, int) - Constructor for class net.java.joglutils.GLJFrame
Creates new form GLJFrame
GLJFrame(GLEventListener, boolean) - Constructor for class net.java.joglutils.GLJFrame
Creates new form GLJFrame
GLJFrame(String, GLEventListener, boolean) - Constructor for class net.java.joglutils.GLJFrame
Creates new form GLJFrame

A B C D E F G H I J L M N O P R S T U V X Y Z