A B C D E F G H I L M N O P R S T U V W

A

AbstractGeometry - Class in de.javagl.swogl.geometry
Abstract base implementation of a Geometry
AbstractGeometry() - Constructor for class de.javagl.swogl.geometry.AbstractGeometry
Creates a new AbytractGeometry
add(SwoglComponent) - Method in class de.javagl.swogl.SwoglContainer
Adds the given SwoglComponent to this SwoglContainer
addCameraListener(CameraListener) - Method in interface de.javagl.swogl.scene.Camera
Add the given listener which will be notified when a property of this camera changes
addCameraListener(CameraListener) - Method in class de.javagl.swogl.scene.DefaultCamera
 
addDefaultLights(LightSetup) - Static method in class de.javagl.swogl.scene.LightSetups
Add two default Lights to the given LightSetup: One bright, white directional light from the upper left front, and one slightly darker white directional light from the lower right back.
addDirtyRectangle(Rectangle) - Method in interface de.javagl.swogl.Texture
Add the given dirty rectangle to this texture.
addLight(Light) - Method in class de.javagl.swogl.scene.DefaultLightSetup
 
addLight(Light) - Method in interface de.javagl.swogl.scene.LightSetup
Add the given Light to this setup.
addLightListener(LightListener) - Method in interface de.javagl.swogl.scene.Light
Add the given LightListener to be informed about modifications of this Light.
addLightSetupListener(LightSetupListener) - Method in class de.javagl.swogl.scene.DefaultLightSetup
 
addLightSetupListener(LightSetupListener) - Method in interface de.javagl.swogl.scene.LightSetup
Add the given LightSetupListener to be informed about changes in this LightSetup
addNormal(Tuple3f) - Method in class de.javagl.swogl.geometry.AbstractGeometry
Adds copy of the given normal to this geometry
addTexCoord(TexCoord2f) - Method in class de.javagl.swogl.geometry.AbstractGeometry
Add copy of the given texture coordinate to this geometry
addTriangle(int, int, int) - Method in class de.javagl.swogl.geometry.AbstractGeometry
Add the triangle consisting of the given indices to this geometry.
addVertex(Tuple3f) - Method in class de.javagl.swogl.geometry.AbstractGeometry
Add a copy of the given vertex to this geometry.
adjustDistance(MutableCamera, float) - Static method in class de.javagl.swogl.scene.CameraUtils
Adjust the distance between the eye point and the view point of the given Camera.
altDownCondition() - Static method in class de.javagl.swogl.MouseEventConditions
Returns a new condition that checks whether mouse events have happened while the ALT button was down
altGraphDownCondition() - Static method in class de.javagl.swogl.MouseEventConditions
Returns a new condition that checks whether mouse events have happened while the ALT-GR button was down
and(Condition<T>, Condition<T>) - Static method in class de.javagl.swogl.Conditions
Returns a new Condition that is the conjunction of the given conditions.
areTexCoordsModified() - Method in class de.javagl.swogl.geometry.AbstractGeometry
 
areTexCoordsModified() - Method in interface de.javagl.swogl.geometry.Geometry
Returns whether the texture coordinates have been modified
areVerticesModified() - Method in class de.javagl.swogl.geometry.AbstractGeometry
 
areVerticesModified() - Method in interface de.javagl.swogl.geometry.Geometry
Returns whether the vertices have been modified

A B C D E F G H I L M N O P R S T U V W