All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jhlabs.image.ReactDiffuse

java.lang.Object
   |
   +----java.awt.image.ImageFilter
           |
           +----com.jhlabs.image.WholeImageFilter
                   |
                   +----com.jhlabs.image.ReactDiffuse

public class ReactDiffuse
extends com.jhlabs.image.WholeImageFilter

Variable Index

 o amount
 o iterations
 o p1
 o p2
 o p3
 o spots
 o xScale
 o yScale

Constructor Index

 o ReactDiffuse()

Method Index

 o getColormap()
 o getSpeed()
 o imageComplete(int)
 o initialize(int, int)
 o setColormap(Colormap)
 o setSpeed(double)
 o spots(int[], int, int)
Run Turing reaction-diffusion system.
 o stripes(int[], int, int)
Run Meinhardt's stripe-formation system.
 o toString()

Variables

 o iterations
 public int iterations
 o xScale
 public double xScale
 o yScale
 public double yScale
 o amount
 public double amount
 o spots
 public boolean spots
 o p1
 public double p1
 o p2
 public double p2
 o p3
 public double p3

Constructors

 o ReactDiffuse
 public ReactDiffuse()

Methods

 o setColormap
 public void setColormap(com.jhlabs.image.Colormap colormap)
 o getColormap
 public com.jhlabs.image.Colormap getColormap()
 o setSpeed
 public void setSpeed(double speed)
 o getSpeed
 public double getSpeed()
 o initialize
 public void initialize(int w,
                        int h)
 o stripes
 public void stripes(int inPixels[],
                     int width,
                     int height)
Run Meinhardt's stripe-formation system.

 o spots
 public void spots(int inPixels[],
                   int width,
                   int height)
Run Turing reaction-diffusion system.

 o imageComplete
 public void imageComplete(int status)
Overrides:
imageComplete in class java.awt.image.ImageFilter
 o toString
 public java.lang.String toString()
Overrides:
toString in class java.lang.Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index