|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmhframework.MHBlurFilter
public class MHBlurFilter
Creates an image filter for blurring an image.
Constructor Summary | |
---|---|
MHBlurFilter()
|
Method Summary | |
---|---|
float[] |
getBlurValues()
Returns the array of values currently being used to blur the image. |
java.awt.image.BufferedImage |
processImage(java.awt.image.BufferedImage image)
Applies a blurring filter to an image. |
void |
setBlurValue(float value)
Sets the value to determine the amount of blur. |
void |
setBlurValue(float numerator,
float denominator)
Sets the value to determine the amount of blur. |
void |
setBlurValues(float[] values)
Sets the array of values to determine the amount of blur. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MHBlurFilter()
Method Detail |
---|
public java.awt.image.BufferedImage processImage(java.awt.image.BufferedImage image)
processImage
in interface MHImageFilter
image
- The original image to be filtered.
public void setBlurValues(float[] values)
public void setBlurValue(float value)
public void setBlurValue(float numerator, float denominator)
public float[] getBlurValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |