gestalt.p5
Class JoglProcessingFrameBufferObject

java.lang.Object
  extended by gestalt.shape.material.TexturePlugin
      extended by gestalt.impl.jogl.shape.material.JoglTexturePlugin
          extended by gestalt.p5.JoglProcessingFrameBufferObject
All Implemented Interfaces:
Disposable, MaterialPlugin

Deprecated. this class seems to contain errors...

public class JoglProcessingFrameBufferObject
extends JoglTexturePlugin


Field Summary
 
Fields inherited from class gestalt.shape.material.TexturePlugin
ERROR_BITMAP_REFERANCE_NULL, ERROR_EXCEEDED_SIZE, HINT_TEXTURE_FLIP_Y_AXIS
 
Constructor Summary
JoglProcessingFrameBufferObject(int theWidth, int theHeight, JoglTexCreator theTexGenerator, GestaltPlugIn theGestaltPlugin, processing.core.PApplet theParent, boolean thePresentationModeFlag)
          Deprecated.  
 
Method Summary
 void add(Drawable theDrawable)
          Deprecated.  
 void begin(GLContext theRenderContext, Material theParent)
          Deprecated.  
 void bindBuffer(GL gl)
          Deprecated.  
 Bitmap bitmap()
          Deprecated.  
 void end(GLContext theRenderContext, Material theParent)
          Deprecated.  
 int getMaxTextureSize()
          Deprecated.  
 int getOpenGLTextureID()
          Deprecated.  
 int getPixelHeight()
          Deprecated.  
 int getPixelWidth()
          Deprecated.  
 float[] getSortData()
          Deprecated.  
 float getSortValue()
          Deprecated.  
 void initStatic(GL gl)
          Deprecated.  
 boolean isActive()
          Deprecated.  
 boolean isSortable()
          Deprecated.  
 void load(Bitmap theBitmap)
          Deprecated.  
 void reload()
          Deprecated.  
 void setBitmapRef(Bitmap theBitmap)
          Deprecated.  
 void setSortValue(float theSortValue)
          Deprecated.  
 void unbindBuffer(GL gl)
          Deprecated.  
 void update(GL gl, GLU glu)
          Deprecated.  
 
Methods inherited from class gestalt.impl.jogl.shape.material.JoglTexturePlugin
bind, disable, dispose, enable, getFormat, getOpenGLType, getTextureTargetAsString, setInitialized, setOpenGLTextureID
 
Methods inherited from class gestalt.shape.material.TexturePlugin
bordercolor, getFilterType, getTextureTarget, getTextureUnit, getWrapMode, isInitialized, nonpoweroftwotexturerescale, position, rotation, scale, setFilterType, setTextureTarget, setTextureUnit, setWrapMode, validateBitmapSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoglProcessingFrameBufferObject

public JoglProcessingFrameBufferObject(int theWidth,
                                       int theHeight,
                                       JoglTexCreator theTexGenerator,
                                       GestaltPlugIn theGestaltPlugin,
                                       processing.core.PApplet theParent,
                                       boolean thePresentationModeFlag)
Deprecated. 
Method Detail

getMaxTextureSize

public int getMaxTextureSize()
Deprecated. 
Overrides:
getMaxTextureSize in class JoglTexturePlugin

initStatic

public void initStatic(GL gl)
Deprecated. 
Overrides:
initStatic in class JoglTexturePlugin

getPixelWidth

public int getPixelWidth()
Deprecated. 
Overrides:
getPixelWidth in class TexturePlugin

getPixelHeight

public int getPixelHeight()
Deprecated. 
Overrides:
getPixelHeight in class TexturePlugin

getOpenGLTextureID

public int getOpenGLTextureID()
Deprecated. 
Overrides:
getOpenGLTextureID in class JoglTexturePlugin

add

public void add(Drawable theDrawable)
Deprecated. 

bindBuffer

public final void bindBuffer(GL gl)
Deprecated. 

unbindBuffer

public final void unbindBuffer(GL gl)
Deprecated. 

update

public void update(GL gl,
                   GLU glu)
Deprecated. 
Overrides:
update in class JoglTexturePlugin

load

public void load(Bitmap theBitmap)
Deprecated. 
Overrides:
load in class TexturePlugin

reload

public void reload()
Deprecated. 
Overrides:
reload in class TexturePlugin

bitmap

public Bitmap bitmap()
Deprecated. 
Overrides:
bitmap in class TexturePlugin

setBitmapRef

public void setBitmapRef(Bitmap theBitmap)
Deprecated. 
Overrides:
setBitmapRef in class TexturePlugin

begin

public void begin(GLContext theRenderContext,
                  Material theParent)
Deprecated. 
Specified by:
begin in interface MaterialPlugin
Overrides:
begin in class JoglTexturePlugin

end

public void end(GLContext theRenderContext,
                Material theParent)
Deprecated. 
Specified by:
end in interface MaterialPlugin
Overrides:
end in class JoglTexturePlugin

isActive

public boolean isActive()
Deprecated. 

getSortValue

public float getSortValue()
Deprecated. 

setSortValue

public void setSortValue(float theSortValue)
Deprecated. 

getSortData

public float[] getSortData()
Deprecated. 

isSortable

public boolean isSortable()
Deprecated. 


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