de.javagl.swogl
Interface SwoglSetup

All Known Subinterfaces:
SwoglApplication

public interface SwoglSetup

This interface encapsulates implementation-specific parts of a Swogl application. It offers a SwoglComponentHandler and a PickingRayComputer which may be passed to a SwoglContainer. Implementations of this class may offer implementations of these interfaces for a specific renderer.


Method Summary
 PickingRayComputer getPickingRayComputer()
          Returns the PickingRayComputer for this setup.
 SwoglComponentHandler getSwoglComponentHandler()
          Returns the SwoglComponentHandler for this setup.
 

Method Detail

getSwoglComponentHandler

SwoglComponentHandler getSwoglComponentHandler()
Returns the SwoglComponentHandler for this setup.

Returns:
The SwoglComponentHandler for this setup.

getPickingRayComputer

PickingRayComputer getPickingRayComputer()
Returns the PickingRayComputer for this setup.

Returns:
The PickingRayComputer for this setup.