de.javagl.swogl.scene
Interface View

All Known Implementing Classes:
DefaultView

public interface View

Interface describing a View configuration


Method Summary
 float getAspect()
          Returns the current aspect ratio of this view
 float getFarClippingPlane()
          Return the far plane of this view
 float getNearClippingPlane()
          Return the near plane of this view
 java.awt.Rectangle getViewport()
          Returns a copy of the current viewport of this view
 

Method Detail

getViewport

java.awt.Rectangle getViewport()
Returns a copy of the current viewport of this view

Returns:
The viewport

getAspect

float getAspect()
Returns the current aspect ratio of this view

Returns:
The aspect ratio

getNearClippingPlane

float getNearClippingPlane()
Return the near plane of this view

Returns:
The near plane of this view

getFarClippingPlane

float getFarClippingPlane()
Return the far plane of this view

Returns:
The far plane of this view