project.android.imageprocessing.filter.processing
Class FlipFilter

java.lang.Object
  extended by project.android.imageprocessing.GLRenderer
      extended by project.android.imageprocessing.input.GLTextureOutputRenderer
          extended by project.android.imageprocessing.filter.BasicFilter
              extended by project.android.imageprocessing.filter.processing.FlipFilter
All Implemented Interfaces:
GLTextureInputRenderer

public class FlipFilter
extends BasicFilter

Flips the image in the given orientation. flipDirection: The direction to flip the image

Author:
Chris Batt

Field Summary
static int FLIP_BOTH
           
static int FLIP_HORIZONTAL
           
static int FLIP_VERTICAL
           
 
Fields inherited from class project.android.imageprocessing.GLRenderer
ATTRIBUTE_POSITION, ATTRIBUTE_TEXCOORD, UNIFORM_TEXTURE0, VARYING_TEXCOORD
 
Constructor Summary
FlipFilter(int flipDirection)
           
 
Method Summary
 
Methods inherited from class project.android.imageprocessing.filter.BasicFilter
newTextureReady
 
Methods inherited from class project.android.imageprocessing.input.GLTextureOutputRenderer
addTarget, destroy, getLockObject, getTargets, removeTarget
 
Methods inherited from class project.android.imageprocessing.GLRenderer
getBackgroundAlpha, getBackgroundBlue, getBackgroundGreen, getBackgroundRed, getHeight, getWidth, onDrawFrame, reInitialize, rotateClockwise90Degrees, rotateCounterClockwise90Degrees, setBackgroundAlpha, setBackgroundBlue, setBackgroundColour, setBackgroundGreen, setBackgroundRed, setRenderSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLIP_VERTICAL

public static final int FLIP_VERTICAL
See Also:
Constant Field Values

FLIP_HORIZONTAL

public static final int FLIP_HORIZONTAL
See Also:
Constant Field Values

FLIP_BOTH

public static final int FLIP_BOTH
See Also:
Constant Field Values
Constructor Detail

FlipFilter

public FlipFilter(int flipDirection)