From ba7da9b7464c0d81d8f1b0f7ea89555e28b1c1ba Mon Sep 17 00:00:00 2001 From: eteq Date: Thu, 18 Jan 2007 04:07:44 +0000 Subject: reorganized build, made some webstart changes git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@33 83d24430-9974-4f80-8418-2cc3294053b9 --- build/javadoc/index-files/index-17.html | 279 ++++++++++++++++++++++++++++++++ 1 file changed, 279 insertions(+) create mode 100644 build/javadoc/index-files/index-17.html (limited to 'build/javadoc/index-files/index-17.html') diff --git a/build/javadoc/index-files/index-17.html b/build/javadoc/index-files/index-17.html new file mode 100644 index 0000000..3f0cc34 --- /dev/null +++ b/build/javadoc/index-files/index-17.html @@ -0,0 +1,279 @@ + + + + + + +S-Index + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I J L M N O P R S T U V X Y Z
+

+S

+
+
setAmbient(Color) - +Method in class net.java.joglutils.lighting.Light +
Sets the ambient (light "filling the room") color for this Light. +
setAmbient(Color) - +Method in class net.java.joglutils.lighting.Material +
Sets this object's ambient color from an input Color. +
setAnimator(Animator) - +Method in class net.java.joglutils.GLJFrame +
Specifies an Animator for updating the GLCanvas, and starts it. +
setAnimator(Animator, boolean) - +Method in class net.java.joglutils.GLJFrame +
Specifies an Animator for updating the GLCanvas, and optionally starts it. +
setAttachedGL(GL) - +Method in class net.java.joglutils.lighting.Light +
Attached the specified OpenGL context to this object +
setAttachedGL(GL) - +Method in class net.java.joglutils.lighting.Material +
Attached the specified OpenGL context to this object +
setButtonTexts(String, String) - +Method in class net.java.joglutils.JPanelDialog +
  +
setColor(Color) - +Method in class net.java.joglutils.lighting.ColorButton +
  +
setConstantAttenuation(float) - +Method in class net.java.joglutils.lighting.Light +
Sets the coefficient of the constant term in the attenuation equation for this Light. +
setDepth(float) - +Method in class net.java.joglutils.jogltext.FontDrawer +
  +
setDiffuse(Color) - +Method in class net.java.joglutils.lighting.Light +
Sets the diffuse ("dull reflection") color for this Light. +
setDiffuse(Color) - +Method in class net.java.joglutils.lighting.Material +
Sets this object's diffuse color from an input Color. +
setEmissive(Color) - +Method in class net.java.joglutils.lighting.Material +
Sets this object's emissive color from an input Color. +
setFace(int) - +Method in class net.java.joglutils.lighting.Material +
Specifies the face for subsequent apply method calls to apply and retrieve the material settings. +
setFill(boolean) - +Method in class net.java.joglutils.jogltext.FontDrawer +
  +
setFlatNormals(boolean) - +Method in class net.java.joglutils.jogltext.FontDrawer +
  +
setFont(Font) - +Method in class net.java.joglutils.jogltext.FontDrawer +
  +
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. +
setLightID(int) - +Method in class net.java.joglutils.lighting.Light +
Sets the OpenGL light to use in subsequent method calls from a GL identifier +
setLightNumber(int) - +Method in class net.java.joglutils.lighting.Light +
Sets the number of the OpenGL light to use in subsequent method calls +
setLightPosition(float[]) - +Method in class net.java.joglutils.lighting.Light +
Specifies the direction vector for this Light. +
setLightPosition(float, float, float) - +Method in class net.java.joglutils.lighting.Light +
Specifies the direction vector for this Light. +
setLightW(float) - +Method in class net.java.joglutils.lighting.Light +
Specifies the w-component to be used for this Light. +
setLinearAttenuation(float) - +Method in class net.java.joglutils.lighting.Light +
Sets the coefficient of the linear term in the attenuation equation for this Light. +
setPhongColorMaterial(boolean, boolean) - +Method in class net.java.joglutils.lighting.Light +
Sets whether or not the opengl color should be used for the phong color shader +
setPhongShaded(boolean) - +Method in class net.java.joglutils.lighting.Light +
Sets if phong per-fragment shading (as opposed to fixed-functionality per-vertex shading) is to be used with this Light. +
setQuadraticAttenuation(float) - +Method in class net.java.joglutils.lighting.Light +
Sets the coefficient of the quadratic term in the attenuation equation for this Light. +
setShininess(float) - +Method in class net.java.joglutils.lighting.Material +
Sets the shininess for this Material. +
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. +
setSpecular(Color) - +Method in class net.java.joglutils.lighting.Light +
Sets the specular ("shiny reflection") color for this Light. +
setSpecular(Color) - +Method in class net.java.joglutils.lighting.Material +
Sets this object's specular color from an input Color. +
setSpotCutoff(float) - +Method in class net.java.joglutils.lighting.Light +
Sets the spotlight cutoff angle for this Light. +
setSpotDirection(float[]) - +Method in class net.java.joglutils.lighting.Light +
Sets the spotlight direction for this Light. +
setSpotDirection(float, float, float) - +Method in class net.java.joglutils.lighting.Light +
Sets the spotlight direction for this Light. +
setSpotExponent(float) - +Method in class net.java.joglutils.lighting.Light +
Sets the spotlight exponent in this Light. +
showAsModal() - +Method in class net.java.joglutils.JPanelDialog +
Shows this dialog as a modal dialog +
showModalDialog(JPanel) - +Static method in class net.java.joglutils.JPanelDialog +
  +
showModalDialog(JPanel, String) - +Static method in class net.java.joglutils.JPanelDialog +
  +
showModalDialog(Frame, JPanel) - +Static method in class net.java.joglutils.JPanelDialog +
  +
showModalDialog(Frame, JPanel, String) - +Static method in class net.java.joglutils.JPanelDialog +
  +
strFile - +Variable in class net.java.joglutils.ThreeDS.Material +
  +
strName - +Variable in class net.java.joglutils.ThreeDS.Material +
  +
strName - +Variable in class net.java.joglutils.ThreeDS.Obj +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I J L M N O P R S T U V X Y Z
+ + + -- cgit v1.2.3