|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SwoglApplication
This interface summarizes the implementation-specific parts
of a Swogl application. It extends a SwoglSetup
,
which provides the basic elements of a Swogl application.
Additionally, it contains a rendering component, a
View
configuration, a Camera
and
a LightSetup
Instances of a SwoglApplication may be created using the
factory methods in the SwoglApplications
class,
or by directly instantiating a known implementation.
Method Summary | |
---|---|
MutableCamera |
getCamera()
Returns the Camera of this application. |
LightSetup |
getLightSetup()
Returns the LightSetup of this application |
java.awt.Component |
getRenderComponent()
Returns the component that is used for rendering |
View |
getView()
Returns the View configuration of this application. |
Methods inherited from interface de.javagl.swogl.SwoglSetup |
---|
getPickingRayComputer, getSwoglComponentHandler |
Method Detail |
---|
java.awt.Component getRenderComponent()
View getView()
View
configuration of this application.
View
configuration of this application.MutableCamera getCamera()
Camera
of this application.
Camera
of this application.LightSetup getLightSetup()
LightSetup
of this application
LightSetup
of this application
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |