codeanticode.glgraphics
Class GLWindow
java.lang.Object
codeanticode.glgraphics.GLWindow
- Direct Known Subclasses:
- GLTextureWindow
public abstract class GLWindow
- extends java.lang.Object
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 |
GLWindow
public GLWindow()
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