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

S

scale(float) - Static method in class de.javagl.swogl.MatrixUtils
Creates and returns a scaling matrix.
scale(float, float, float) - Static method in class de.javagl.swogl.MatrixUtils
Creates and returns a scaling matrix
scrollAbout(int) - Method in class de.javagl.swogl.layout.BrowseLayout3D
Scroll through the components for the given number of steps
setAspect(float) - Method in class de.javagl.swogl.scene.DefaultView
Set the aspect ratio of this view
setBrowseModeActivated(boolean) - Method in class de.javagl.swogl.layout.BrowseLayout3D
Set the browse mode (overview mode) activation status
setBrowseModeActivated(boolean) - Method in class de.javagl.swogl.layout.BrowseLayoutControl
Will be called when the "browse mode" is activated.
setBrowseModeActivated(boolean) - Method in class de.javagl.swogl.layout.GridLayoutControl
Will be called when the "browse mode" is activated.
setEnabled(boolean) - Method in class de.javagl.swogl.interaction.ArcballCameraControl
 
setEnabled(boolean) - Method in interface de.javagl.swogl.interaction.Control
Enable or disable this control
setEnabled(boolean) - Method in class de.javagl.swogl.layout.BrowseLayoutControl
 
setEnabled(boolean) - Method in class de.javagl.swogl.layout.GridLayoutControl
 
setEnabled(boolean) - Method in class de.javagl.swogl.layout.WheelLayoutControl
 
setEyePoint(Tuple3f) - Method in class de.javagl.swogl.scene.DefaultCamera
 
setEyePoint(Tuple3f) - Method in interface de.javagl.swogl.scene.MutableCamera
Set the eye point of the camera
setFarClippingPlane(float) - Method in class de.javagl.swogl.scene.DefaultView
Set the far clipping plane of this view
setFovY(float) - Method in class de.javagl.swogl.scene.DefaultCamera
 
setFovY(float) - Method in interface de.javagl.swogl.scene.MutableCamera
Set the field-of-view (FOV) of the camera (in y-direction) to the given angle (in degrees)
setInitialConfiguration(Tuple3f, Tuple3f, Tuple3f, float) - Method in class de.javagl.swogl.interaction.ArcballCameraBehavior
Set the configuration that will be established when ArcballCameraBehavior.reset() is called
setInitialEyePoint(Point3f) - Method in class de.javagl.swogl.interaction.ArcballCameraBehavior
Set the initial eye point
setInitialFovDegrees(float) - Method in class de.javagl.swogl.interaction.ArcballCameraBehavior
Set the initial FOV, in degrees
setInitialUpVector(Vector3f) - Method in class de.javagl.swogl.interaction.ArcballCameraBehavior
Set the initial up vector
setInitialViewPoint(Point3f) - Method in class de.javagl.swogl.interaction.ArcballCameraBehavior
Set the initial view point
setLayout3D(LayoutManager3D) - Method in class de.javagl.swogl.SwoglContainer
Set the LayoutManager3D that should be used by this SwoglContainer to lay out its SwoglComponents
setMax(Point3f) - Method in class de.javagl.swogl.geometry.DefaultBox
Set the maximum point of this BoundinBox
setMaxX(float) - Method in class de.javagl.swogl.geometry.DefaultBox
Set the maximum x value of this box
setMaxY(float) - Method in class de.javagl.swogl.geometry.DefaultBox
Set the maximum y value of this box
setMaxZ(float) - Method in class de.javagl.swogl.geometry.DefaultBox
Set the maximum z value of this box
setMin(Point3f) - Method in class de.javagl.swogl.geometry.DefaultBox
Set the minimum point of this BoundinBox
setMinX(float) - Method in class de.javagl.swogl.geometry.DefaultBox
Set the minimum x value of this box
setMinY(float) - Method in class de.javagl.swogl.geometry.DefaultBox
Set the minimum y value of this box
setMinZ(float) - Method in class de.javagl.swogl.geometry.DefaultBox
Set the minimum z value of this box
setMouseEventDispatchingConditions(Condition<MouseEvent>, Condition<MouseEvent>) - Method in class de.javagl.swogl.SwoglContainer
Set the conditions for the dispatching of MouseEvents to either the listeners that are attached to the main component of this SwoglContainer, or to the SwoglComponents inside this SwoglContainer.
setNearClippingPlane(float) - Method in class de.javagl.swogl.scene.DefaultView
Set the near clipping plane of this view
setNormal(int, Tuple3f) - Method in class de.javagl.swogl.geometry.AbstractGeometry
 
setNormal(int, Tuple3f) - Method in interface de.javagl.swogl.geometry.Geometry
Sets the normal of the vertex with the given index
setStepDuration(int) - Method in class de.javagl.swogl.layout.WheelLayout3D
Set the duration of a single step of the wheel rotation in milliseconds (this is the time for the transition between two components)
setSwoglContainer(SwoglContainer) - Method in class de.javagl.swogl.layout.BillboardLayout3D
 
setSwoglContainer(SwoglContainer) - Method in class de.javagl.swogl.layout.BrowseLayout3D
 
setSwoglContainer(SwoglContainer) - Method in class de.javagl.swogl.layout.GridLayout3D
 
setSwoglContainer(SwoglContainer) - Method in interface de.javagl.swogl.layout.LayoutManager3D
This method will assign the given SwoglContainer to this LayoutManager3D.
setSwoglContainer(SwoglContainer) - Method in class de.javagl.swogl.layout.WheelLayout3D
 
setTexCoord(int, Tuple2f) - Method in class de.javagl.swogl.geometry.AbstractGeometry
 
setTexCoord(int, Tuple2f) - Method in interface de.javagl.swogl.geometry.Geometry
Set the texture coordinates of the vertex with the given index
setTexCoordsModified(boolean) - Method in class de.javagl.swogl.geometry.AbstractGeometry
 
setTexCoordsModified(boolean) - Method in interface de.javagl.swogl.geometry.Geometry
Set the flag which indicates that the texture coordinates of this geometry have been modified, and should be updated by the renderer before the next rendering pass.
setTransform(Matrix4f) - Method in interface de.javagl.swogl.SwoglComponent
Set the transform of this SwoglComponent to be a copy of the given transform.
setUpVector(Tuple3f) - Method in class de.javagl.swogl.scene.DefaultCamera
 
setUpVector(Tuple3f) - Method in interface de.javagl.swogl.scene.MutableCamera
Set the up vector of the camera
setVertex(int, Tuple3f) - Method in class de.javagl.swogl.geometry.AbstractGeometry
 
setVertex(int, Tuple3f) - Method in interface de.javagl.swogl.geometry.Geometry
Set the coordinates of the vertex with the specified index
setVertex(int, int, Tuple3f) - Method in interface de.javagl.swogl.geometry.SimpleGeometry
Set the position of the specified vertex.
setVerticesModified(boolean) - Method in class de.javagl.swogl.geometry.AbstractGeometry
 
setVerticesModified(boolean) - Method in interface de.javagl.swogl.geometry.Geometry
Set the flag which indicates that the vertex positions of this geometry have been modified, and should be updated by the renderer before the next rendering pass.
setViewPoint(Tuple3f) - Method in class de.javagl.swogl.scene.DefaultCamera
 
setViewPoint(Tuple3f) - Method in interface de.javagl.swogl.scene.MutableCamera
Set the view point of the camera
setViewport(Rectangle) - Method in class de.javagl.swogl.scene.DefaultView
Set the viewport of this view
shiftDownCondition() - Static method in class de.javagl.swogl.MouseEventConditions
Returns a new condition that checks whether mouse events have happened while the SHIFT button was down
SimpleGeometry - Interface in de.javagl.swogl.geometry
A Geometry that consists of a rectangular grid of points.
startArcballRotate(Point) - Method in class de.javagl.swogl.interaction.ArcballCameraBehavior
Called when the arcball rotation starts at the given point
startMovement(Point) - Method in class de.javagl.swogl.interaction.ArcballCameraBehavior
Called when the movement starts at the given point
SwoglApplication - Interface in de.javagl.swogl
This interface summarizes the implementation-specific parts of a Swogl application.
SwoglApplicationFactory - Interface in de.javagl.swogl
Interface for classes that may create SwoglApplication instances.
SwoglApplications - Class in de.javagl.swogl
This class is responsible for resolving services that may create SwoglApplications.
SwoglComponent - Interface in de.javagl.swogl
Interface for a Swogl component.
SwoglComponentHandler - Interface in de.javagl.swogl
Interface for all classes that may handle SwoglComponents.
SwoglComponents - Class in de.javagl.swogl
Factory methods for creating SwoglComponents.
SwoglContainer - Class in de.javagl.swogl
This class is a container for SwoglComponents.
SwoglRenderer - Interface in de.javagl.swogl
This interface is a SwoglComponentHandler that additionally allows accessing and rendering the individual SwoglComponents.
SwoglSetup - Interface in de.javagl.swogl
This interface encapsulates implementation-specific parts of a Swogl application.

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