Class LowNoise

java.lang.Object
  |
  +--AbstractELOperator
        |
        +--ZeroArgumentOperator
              |
              +--ImageOperator
                    |
                    +--Noise
                          |
                          +--LowNoise
All Implemented Interfaces:
ELOperator

public class LowNoise
extends Noise
implements ELOperator

A "stable" noise function. This always returns the same noise function, and is locally continuous so that it is relatively size independent.


Fields inherited from class ImageOperator
filename, image, image128
 
Fields inherited from interface ELOperator
LARGE_NUMER_OF_ARGUMENTS
 
Constructor Summary
LowNoise()
           
 
Method Summary
 java.lang.String description()
          An english language description of what this operator does.
 java.lang.String name()
          Name of this operator (usually the same as unparse()).
 
Methods inherited from class Noise
extendRange, waitForImage
 
Methods inherited from class ImageOperator
apply, create128, fastApply, paintIcon
 
Methods inherited from class ZeroArgumentOperator
checkArguments, getMaxNumArguments, getMinNumArguments, unparse
 
Methods inherited from class AbstractELOperator
clamp, hasExternalInfluences, iconString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ELOperator
apply, getMaxNumArguments, getMinNumArguments, hasExternalInfluences, paintIcon, unparse
 

Constructor Detail

LowNoise

public LowNoise()
Method Detail

name

public java.lang.String name()
Description copied from interface: ELOperator
Name of this operator (usually the same as unparse()).
Specified by:
name in interface ELOperator
Overrides:
name in class Noise

description

public java.lang.String description()
Description copied from interface: ELOperator
An english language description of what this operator does.
Specified by:
description in interface ELOperator
Overrides:
description in class Noise