|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AbstractELOperator | +--ZeroArgumentOperator | +--ImageOperator | +--Noise
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 | |
Noise()
|
|
Noise(boolean rand)
|
Method Summary | |
java.lang.String |
description()
An english language description of what this operator does. |
protected void |
extendRange()
|
java.lang.String |
name()
Name of this operator (usually the same as unparse()). |
protected void |
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 |
|
Methods inherited from interface ELOperator |
apply, getMaxNumArguments, getMinNumArguments, hasExternalInfluences, paintIcon, unparse |
Constructor Detail |
public Noise()
public Noise(boolean rand)
Method Detail |
protected void waitForImage()
waitForImage
in class ImageOperator
protected void extendRange()
public java.lang.String name()
ELOperator
name
in interface ELOperator
public java.lang.String description()
ELOperator
description
in interface ELOperator
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |