|
||||||||||
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 and a Camera
.
Method Summary | |
---|---|
MutableCamera |
getCamera()
Returns the Camera 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()
MutableCamera getCamera()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |