Package it.tidalwave.image.java2d
Class ApplyUnsharpMaskJ2DOp
- java.lang.Object
-
- it.tidalwave.image.op.OperationImplementation<ApplyUnsharpMaskOp,java.awt.image.BufferedImage>
-
- it.tidalwave.image.java2d.ApplyUnsharpMaskJ2DOp
-
public class ApplyUnsharpMaskJ2DOp extends OperationImplementation<ApplyUnsharpMaskOp,java.awt.image.BufferedImage>
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description ApplyUnsharpMaskJ2DOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.awt.image.BufferedImage
execute(ApplyUnsharpMaskOp operation, EditableImage image, java.awt.image.BufferedImage model)
The concrete implementation of this operation should be provided by overriding this method.-
Methods inherited from class it.tidalwave.image.op.OperationImplementation
bind, canHandle, execute
-
-
-
-
Method Detail
-
execute
protected java.awt.image.BufferedImage execute(ApplyUnsharpMaskOp operation, EditableImage image, java.awt.image.BufferedImage model)
The concrete implementation of this operation should be provided by overriding this method.- Specified by:
execute
in classOperationImplementation<ApplyUnsharpMaskOp,java.awt.image.BufferedImage>
- Parameters:
operation
- the operation to implementmodel
- the image representation
-
-