A B D G I M R S T W Z

S

ScalingBehavior - Class in de.javagl.swogl.interaction
This class allows scaling the SwoglComponents of a SwoglContainer in space.
ScalingBehavior(SwoglContainer) - Constructor for class de.javagl.swogl.interaction.ScalingBehavior
Creates a new ScalingBehavior for the given SwoglContainer.
scrollAbout(int) - Method in class de.javagl.swogl.layout.BrowseLayout3D
Scroll through the components for the given number of steps
setBrowseModeActivated(boolean) - Method in class de.javagl.swogl.layout.BrowseLayout3D
Set the browse mode (overview mode) activation status
setEnabled(boolean) - Method in class de.javagl.swogl.interaction.ArcballCameraControl
 
setEnabled(boolean) - Method in class de.javagl.swogl.interaction.MagnifyingGlassControl
 
setEnabled(boolean) - Method in class de.javagl.swogl.interaction.SpaceInteractionControl
 
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
 
setFocusingCondition(Condition<MouseEvent>) - Method in class de.javagl.swogl.interaction.MagnifyingGlassControl
Set the condition which states whether mouse events should change the focus location of the magnifying glass
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
setMagnificationCondition(Condition<MouseEvent>) - Method in class de.javagl.swogl.interaction.MagnifyingGlassControl
Set the condition which states whether mouse events should change the magnification of the magnifying glass
setMovingCondition(Condition<MouseEvent>) - Method in class de.javagl.swogl.interaction.ArcballCameraControl
Set the Condition which states whether mouse events should cause moving
setMovingCondition(Condition<MouseEvent>) - Method in class de.javagl.swogl.interaction.SpaceInteractionControl
Set the condition for passing events to the MovingBehavior
setRadiusCondition(Condition<MouseEvent>) - Method in class de.javagl.swogl.interaction.MagnifyingGlassControl
Set the condition which states whether mouse events should change the radius of the magnifying glass
setRotatingCondition(Condition<MouseEvent>) - Method in class de.javagl.swogl.interaction.ArcballCameraControl
Set the Condition which states whether mouse events should cause rotation
setRotatingCondition(Condition<MouseEvent>) - Method in class de.javagl.swogl.interaction.SpaceInteractionControl
Set the condition for passing events to the RotatingBehavior
setRotationSpeed(float) - Method in class de.javagl.swogl.interaction.RotatingBehavior
Set the rotation speed factor for this behavior
setScalingCondition(Condition<MouseEvent>) - Method in class de.javagl.swogl.interaction.SpaceInteractionControl
Set the condition for passing events to the ScalingBehavior
setScalingSpeed(float) - Method in class de.javagl.swogl.interaction.ScalingBehavior
Set the scaling speed factor
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.BrowseLayout3D
 
setSwoglContainer(SwoglContainer) - Method in class de.javagl.swogl.layout.GridLayout3D
 
setSwoglContainer(SwoglContainer) - Method in class de.javagl.swogl.layout.WheelLayout3D
 
setUniformScaling(boolean) - Method in class de.javagl.swogl.interaction.ScalingBehavior
Set whether the scaling should be uniform
setZoomingCondition(Condition<MouseEvent>) - Method in class de.javagl.swogl.interaction.ArcballCameraControl
Set the Condition which states whether mouse events should cause zooming
SpaceInteractionControl - Class in de.javagl.swogl.interaction
Implementation of a Control that allows manipulating SwoglComponents inside a SwoglContainer.
SpaceInteractionControl(SwoglContainer) - Constructor for class de.javagl.swogl.interaction.SpaceInteractionControl
Creates a new space interaction control for the given SwoglContainer.
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
startMovement(Point) - Method in class de.javagl.swogl.interaction.MovingBehavior
Start the movement of a SwoglComponent.
startRotation(Point) - Method in class de.javagl.swogl.interaction.RotatingBehavior
Start the rotation of a SwoglComponent.
startScaling(Point) - Method in class de.javagl.swogl.interaction.ScalingBehavior
Start scaling the current SwoglComponent.

A B D G I M R S T W Z