gestalt.candidates
Class JoglRecorderBin

java.lang.Object
  extended by gestalt.render.bin.RenderBin
      extended by gestalt.candidates.JoglRecorderBin
All Implemented Interfaces:
AbstractBin, Drawable

public class JoglRecorderBin
extends RenderBin


Constructor Summary
JoglRecorderBin()
           
 
Method Summary
 void cleanup(GL gl)
           
 void draw(GLContext theRenderContext)
          this method is used to draw the drawable, when the context is ready.
 boolean getDrawUncompiled()
           
 void scheduleRecording()
           
 void setDrawUncompiled(boolean theState)
           
 
Methods inherited from class gestalt.render.bin.RenderBin
add, add, clear, find, get, getDataRef, getSortData, getSortValue, isActive, isSortable, remove, remove, remove, replace, set, setActive, setSortValue, size, swap, swap, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JoglRecorderBin

public JoglRecorderBin()
Method Detail

draw

public void draw(GLContext theRenderContext)
Description copied from interface: Drawable
this method is used to draw the drawable, when the context is ready. although the behavior sometimes varies and doesn t always need to have a visual representation depending on the implementation.

Specified by:
draw in interface Drawable
Overrides:
draw in class RenderBin
Parameters:
theRenderContext - GLContext

setDrawUncompiled

public void setDrawUncompiled(boolean theState)

getDrawUncompiled

public boolean getDrawUncompiled()

scheduleRecording

public void scheduleRecording()

cleanup

public void cleanup(GL gl)


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009