Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Z
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
addDirtyRectangle(Rectangle)
- Method in interface de.javagl.swogl.
Texture
Add the given dirty rectangle to this texture.
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.
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.
ArcballCameraBehavior
- Class in
de.javagl.swogl.interaction
This class controls the movement of a
Camera
in an Arcball style.
ArcballCameraBehavior(View, MutableCamera)
- Constructor for class de.javagl.swogl.interaction.
ArcballCameraBehavior
Creates a new ArcballCameraBehavior that uses the given view and camera.
ArcballCameraControl
- Class in
de.javagl.swogl.interaction
This class allows a default control over an
ArcballCameraBehavior
.
ArcballCameraControl(ArcballCameraBehavior)
- Constructor for class de.javagl.swogl.interaction.
ArcballCameraControl
Creates a new ArcballCameraControl that controls the given ArcballCameraBehavior
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
attachTo(JComponent)
- Method in class de.javagl.swogl.interaction.
ArcballCameraControl
attachTo(JComponent)
- Method in interface de.javagl.swogl.interaction.
Control
Attach this control to the given component
attachTo(JComponent)
- Method in class de.javagl.swogl.layout.
BrowseLayoutControl
attachTo(JComponent)
- Method in class de.javagl.swogl.layout.
GridLayoutControl
attachTo(JComponent)
- Method in class de.javagl.swogl.layout.
WheelLayoutControl
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Z