|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.essex.ia.media.OperatorImpl
uk.ac.essex.ia.media.point.AddOperator
public class AddOperator
Date: May 28, 2002
Field Summary | |
---|---|
static java.lang.String |
label
The tool tip for this Operator and label for the menu entry |
Fields inherited from class uk.ac.essex.ia.media.OperatorImpl |
---|
iconURL, inputParameters, operatorDescriptor, operatorDialog, translator |
Constructor Summary | |
---|---|
AddOperator()
|
|
AddOperator(OperatorDescriptor operatorType)
|
Method Summary | |
---|---|
java.awt.image.RenderedImage |
execute(java.awt.image.renderable.ParameterBlock inData)
Execute this operator with the input data passed as a parameter |
Methods inherited from class uk.ac.essex.ia.media.OperatorImpl |
---|
acceptsInputFrom, clone, getAllowedInputs, getAllowedOutputs, getHelpID, getIcon, getInputParameters, getInputParametersForWriting, getOperatorDialog, getOutputData, getRequiredInputs, getSingleSource, initSingleImageParameterBlock, readExternal, setInputParameters, setOperatorDialog, showOperatorDialog, toString, writeExternal |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String label
Constructor Detail |
---|
public AddOperator()
public AddOperator(OperatorDescriptor operatorType)
Method Detail |
---|
public java.awt.image.RenderedImage execute(java.awt.image.renderable.ParameterBlock inData) throws java.lang.Exception
execute
in interface Operator
execute
in class OperatorImpl
inData
- - The input data to this operator
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |