|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.FlipFilter
public class FlipFilter
A filter which flips images or rotates by multiples of 90 degrees.
Field Summary | |
---|---|
static int |
FLIP_180
Rotate the image 180 degrees. |
static int |
FLIP_90CCW
Rotate the image 90 degrees counter-clockwise. |
static int |
FLIP_90CW
Rotate the image 90 degrees clockwise. |
static int |
FLIP_H
Flip the image horizontally. |
static int |
FLIP_HV
Flip the image horizontally and vertically. |
static int |
FLIP_V
Flip the image vertically. |
Constructor Summary | |
---|---|
FlipFilter()
Construct a FlipFilter which flips horizontally and vertically. |
|
FlipFilter(int operation)
Construct a FlipFilter. |
Method Summary | |
---|---|
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst)
|
int |
getOperation()
Get the filter operation. |
void |
setOperation(int operation)
Set the filter operation. |
java.lang.String |
toString()
|
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp |
---|
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int FLIP_H
public static final int FLIP_V
public static final int FLIP_HV
public static final int FLIP_90CW
public static final int FLIP_90CCW
public static final int FLIP_180
Constructor Detail |
---|
public FlipFilter()
public FlipFilter(int operation)
operation
- the filter operationMethod Detail |
---|
public void setOperation(int operation)
operation
- the filter operationgetOperation()
public int getOperation()
setOperation(int)
public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src, java.awt.image.BufferedImage dst)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |