public class AddNoiseFunction extends ProgressFunction
editor
Constructor and Description |
---|
AddNoiseFunction(GMLEditor editor)
Construct an AddNoiseFunction.
|
Modifier and Type | Method and Description |
---|---|
protected void |
executeImpl()
Execute the function.
|
java.lang.String |
getName()
Get the name of this function.
|
protected java.lang.String |
getTitle()
Get the title for the progress dialog.
|
bumpMaxProgress, bumpMaxProgress, bumpProgress, execute, setProgress, setProgressLimit, setProgressString
public AddNoiseFunction(GMLEditor editor)
editor
- The editor instance.public java.lang.String getName()
Function
protected java.lang.String getTitle()
ProgressFunction
getTitle
in class ProgressFunction
protected void executeImpl()
ProgressFunction
executeImpl
in class ProgressFunction