javax.media.opengl
Interface GLRunnable2<T,U>


public interface GLRunnable2<T,U>

Declares a one-shot OpenGL command.


Method Summary
 T run(GL gl, U args)
           
 

Method Detail

run

T run(GL gl,
      U args)
Parameters:
gl - a current GL object
args - custom arguments
Returns:
the desired object


Copyright 2010 JogAmp Community.