com.croftsoft.core.media.jogl
Interface JoglRenderer

All Known Implementing Classes:
JoglFrameRate, JoglSpinCube

public interface JoglRenderer

Interface for an object that can render itself using OpenGL.

Since:
2008-02-15
Version:
$Id: JoglRenderer.java,v 1.2 2008/02/18 21:49:19 croft Exp $
Author:
David Wallace Croft

Method Summary
 void destroy(GL gl)
           
 void init(GL gl)
           
 void render(GL gl)
           
 void setBounds(GL gl, int x, int y, int width, int height)
           
 

Method Detail

init

void init(GL gl)

destroy

void destroy(GL gl)

render

void render(GL gl)

setBounds

void setBounds(GL gl,
               int x,
               int y,
               int width,
               int height)

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)