Package it.tidalwave.image.op
Class AddOp
- java.lang.Object
-
- it.tidalwave.image.op.Operation
-
- it.tidalwave.image.op.AddOp
-
public class AddOp extends Operation
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description AddOp(EditableImage operand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditableImage
getOperand()
java.lang.String
toString()
-
-
-
Constructor Detail
-
AddOp
public AddOp(EditableImage operand)
-
-
Method Detail
-
getOperand
public final EditableImage getOperand()
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-