|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jinx.video.processor.MotionBlurProcessor
public class MotionBlurProcessor
Stability: Alpha; this class does not work.
Constructor Summary | |
---|---|
MotionBlurProcessor(float decayFactor)
|
Method Summary | |
---|---|
void |
deinit(Context opt)
Deinitializes this FrameProcessor. |
void |
init(Context opt)
Initializes this FrameProcessor. |
void |
process(Context context,
java.awt.Rectangle vp)
Processes the current image in the frame buffer. |
protected void |
updateTexture(Context context,
java.awt.Rectangle vp)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MotionBlurProcessor(float decayFactor)
Method Detail |
---|
public void init(Context opt)
FrameProcessor
init
in interface FrameProcessor
opt
- the Context object providing data on how rendering should
proceed.protected void updateTexture(Context context, java.awt.Rectangle vp)
public void process(Context context, java.awt.Rectangle vp)
FrameProcessor
process
in interface FrameProcessor
context
- the Context object to use for rendering.vp
- a Rectangle describing the current bounds for rendering.
If this FrameProcessor is attached to a View, this will be the view's
viewport. If this FrameProcessor is attached to a SplitScreenRenderer,
then viewport will represent the entire drawing area for the renderer.public void deinit(Context opt)
FrameProcessor
deinit
in interface FrameProcessor
opt
- the Context object providing data on how rendering should
proceed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |