com.croftsoft.apps.jogl.imp
Class JoglRendererImp

java.lang.Object
  extended by com.croftsoft.apps.jogl.imp.JoglRendererImp
All Implemented Interfaces:
JoglRenderer

public final class JoglRendererImp
extends Object
implements JoglRenderer

ComponentAnimator.

Since:
2005-08-12
Version:
$Date: 2008/05/17 01:32:31 $
Author:
David Wallace Croft

Constructor Summary
JoglRendererImp(JoglModel joglModel)
          Main constructor.
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoglRendererImp

public JoglRendererImp(JoglModel joglModel)
Main constructor.

Method Detail

init

public void init(GL gl)
Specified by:
init in interface JoglRenderer

destroy

public void destroy(GL gl)
Specified by:
destroy in interface JoglRenderer

setBounds

public void setBounds(GL gl,
                      int x,
                      int y,
                      int width,
                      int height)
Specified by:
setBounds in interface JoglRenderer

render

public void render(GL gl)
Specified by:
render in interface JoglRenderer

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)