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

Variable Index

 o amount
 o bias
 o gain
 o operation
 o turbulence

Constructor Index

 o TextureFilter()

Method Index

 o filterRGB(int, int, int)
 o getAmount()
 o getAngle()
 o getColormap()
 o getFunction()
 o getOperation()
 o getScale()
 o getStretch()
 o getTurbulence()
 o setAmount(double)
 o setAngle(double)
 o setColormap(Colormap)
 o setFunction(Function2D)
 o setOperation(int)
 o setScale(double)
 o setStretch(double)
 o setTurbulence(double)
 o toString()

Variables

 o amount
 public double amount
 o turbulence
 public double turbulence
 o gain
 public double gain
 o bias
 public double bias
 o operation
 public int operation

Constructors

 o TextureFilter
 public TextureFilter()

Methods

 o setAmount
 public void setAmount(double amount)
 o getAmount
 public double getAmount()
 o setFunction
 public void setFunction(com.jhlabs.math.Function2D function)
 o getFunction
 public com.jhlabs.math.Function2D getFunction()
 o setOperation
 public void setOperation(int operation)
 o getOperation
 public int getOperation()
 o setScale
 public void setScale(double scale)
 o getScale
 public double getScale()
 o setStretch
 public void setStretch(double stretch)
 o getStretch
 public double getStretch()
 o setAngle
 public void setAngle(double angle)
 o getAngle
 public double getAngle()
 o setTurbulence
 public void setTurbulence(double turbulence)
 o getTurbulence
 public double getTurbulence()
 o setColormap
 public void setColormap(com.jhlabs.image.Colormap colormap)
 o getColormap
 public com.jhlabs.image.Colormap getColormap()
 o filterRGB
 public int filterRGB(int x,
                      int y,
                      int rgb)
Overrides:
filterRGB in class java.awt.image.RGBImageFilter
 o toString
 public java.lang.String toString()
Overrides:
toString in class java.lang.Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index