gestalt.util.edgeblending
Class JoglSoftEdger

java.lang.Object
  extended by gestalt.shape.AbstractDrawable
      extended by gestalt.util.edgeblending.JoglSoftEdger
All Implemented Interfaces:
Drawable

public class JoglSoftEdger
extends AbstractDrawable


Constructor Summary
JoglSoftEdger(TexturePlugin theTexture, int theWidth, int theHeight, float theFrameArea)
           
 
Method Summary
 void draw(GLContext theRenderContext)
          this method is used to draw the drawable, when the context is ready.
 Vector3f position()
           
 Vector3f scale()
           
 void setInterpolator(Interpolator theInterpolator)
           
 
Methods inherited from class gestalt.shape.AbstractDrawable
add, getSortData, getSortValue, isActive, isSortable, setSortValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoglSoftEdger

public JoglSoftEdger(TexturePlugin theTexture,
                     int theWidth,
                     int theHeight,
                     float theFrameArea)
Method Detail

scale

public Vector3f scale()

position

public Vector3f position()

setInterpolator

public void setInterpolator(Interpolator theInterpolator)

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.

Parameters:
theRenderContext - GLContext


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