All Packages Class Hierarchy This Package Previous Next Index
Class com.jhlabs.image.TextureFilter
java.lang.Object
|
+----java.awt.image.ImageFilter
|
+----java.awt.image.RGBImageFilter
|
+----com.jhlabs.image.TextureFilter
- public class TextureFilter
- extends java.awt.image.RGBImageFilter
- implements java.io.Serializable
-
amount
-
-
bias
-
-
gain
-
-
operation
-
-
turbulence
-
-
TextureFilter()
-
-
filterRGB(int, int, int)
-
-
getAmount()
-
-
getAngle()
-
-
getColormap()
-
-
getFunction()
-
-
getOperation()
-
-
getScale()
-
-
getStretch()
-
-
getTurbulence()
-
-
setAmount(double)
-
-
setAngle(double)
-
-
setColormap(Colormap)
-
-
setFunction(Function2D)
-
-
setOperation(int)
-
-
setScale(double)
-
-
setStretch(double)
-
-
setTurbulence(double)
-
-
toString()
-
amount
public double amount
turbulence
public double turbulence
gain
public double gain
bias
public double bias
operation
public int operation
TextureFilter
public TextureFilter()
setAmount
public void setAmount(double amount)
getAmount
public double getAmount()
setFunction
public void setFunction(com.jhlabs.math.Function2D function)
getFunction
public com.jhlabs.math.Function2D getFunction()
setOperation
public void setOperation(int operation)
getOperation
public int getOperation()
setScale
public void setScale(double scale)
getScale
public double getScale()
setStretch
public void setStretch(double stretch)
getStretch
public double getStretch()
setAngle
public void setAngle(double angle)
getAngle
public double getAngle()
setTurbulence
public void setTurbulence(double turbulence)
getTurbulence
public double getTurbulence()
setColormap
public void setColormap(com.jhlabs.image.Colormap colormap)
getColormap
public com.jhlabs.image.Colormap getColormap()
filterRGB
public int filterRGB(int x,
int y,
int rgb)
- Overrides:
- filterRGB in class java.awt.image.RGBImageFilter
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
All Packages Class Hierarchy This Package Previous Next Index