Package com.jhlabs.image
Class RaysFilter
- java.lang.Object
-
- com.jhlabs.image.AbstractBufferedImageOp
-
- com.jhlabs.image.MotionBlurOp
-
- com.jhlabs.image.RaysFilter
-
- All Implemented Interfaces:
java.awt.image.BufferedImageOp,java.lang.Cloneable
public class RaysFilter extends MotionBlurOp
-
-
Constructor Summary
Constructors Constructor Description RaysFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.BufferedImagefilter(java.awt.image.BufferedImage src, java.awt.image.BufferedImage dst)ColormapgetColormap()floatgetOpacity()booleangetRaysOnly()floatgetStrength()floatgetThreshold()voidsetColormap(Colormap colormap)voidsetOpacity(float opacity)voidsetRaysOnly(boolean raysOnly)voidsetStrength(float strength)voidsetThreshold(float threshold)java.lang.StringtoString()-
Methods inherited from class com.jhlabs.image.MotionBlurOp
getAngle, getCentre, getCentreX, getCentreY, getDistance, getRotation, getZoom, setAngle, setCentre, setCentreX, setCentreY, setDistance, setRotation, setZoom
-
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
-
-
-
Method Detail
-
setOpacity
public void setOpacity(float opacity)
-
getOpacity
public float getOpacity()
-
setThreshold
public void setThreshold(float threshold)
-
getThreshold
public float getThreshold()
-
setStrength
public void setStrength(float strength)
-
getStrength
public float getStrength()
-
setRaysOnly
public void setRaysOnly(boolean raysOnly)
-
getRaysOnly
public boolean getRaysOnly()
-
setColormap
public void setColormap(Colormap colormap)
-
getColormap
public Colormap getColormap()
-
filter
public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src, java.awt.image.BufferedImage dst)- Specified by:
filterin interfacejava.awt.image.BufferedImageOp- Overrides:
filterin classMotionBlurOp
-
toString
public java.lang.String toString()
- Overrides:
toStringin classMotionBlurOp
-
-