codeanticode.glgraphics
Class GLWindow

java.lang.Object
  extended by codeanticode.glgraphics.GLWindow
Direct Known Subclasses:
GLTextureWindow

public abstract class GLWindow
extends java.lang.Object


Constructor Summary
GLWindow()
           
 
Method Summary
 boolean getOverride()
          Returns the value of the override variable, used to skip automatic rendering in the GLGraphics renderer.
abstract  void hide()
           
abstract  void init()
           
 boolean isInitialized()
          Returns the value of the initialized variable.
abstract  boolean isVisible()
           
abstract  boolean ready()
           
abstract  void render()
           
 void setOverride(boolean val)
          Sets the value of the override variable, used to skip automatic rendering in the GLGraphics renderer.
abstract  void show()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLWindow

public GLWindow()
Method Detail

init

public abstract void init()

show

public abstract void show()

hide

public abstract void hide()

isVisible

public abstract boolean isVisible()

ready

public abstract boolean ready()

render

public abstract void render()

getOverride

public boolean getOverride()
Returns the value of the override variable, used to skip automatic rendering in the GLGraphics renderer.

Returns:
boolean

setOverride

public void setOverride(boolean val)
Sets the value of the override variable, used to skip automatic rendering in the GLGraphics renderer.

Parameters:
val - boolean

isInitialized

public boolean isInitialized()
Returns the value of the initialized variable.

Returns:
boolean


processing library GLGraphics by Andres Colubri. (c) 2008-2011