Package it.tidalwave.image.java2d
Class ConvertColorProfileJ2DOp
- java.lang.Object
-
- it.tidalwave.image.op.OperationImplementation<ConvertColorProfileOp,java.awt.image.BufferedImage>
-
- it.tidalwave.image.java2d.ConvertColorProfileJ2DOp
-
@Immutable public class ConvertColorProfileJ2DOp extends OperationImplementation<ConvertColorProfileOp,java.awt.image.BufferedImage>
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description ConvertColorProfileJ2DOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.awt.image.BufferedImageexecute(ConvertColorProfileOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)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
@Nonnull protected java.awt.image.BufferedImage execute(@Nonnull ConvertColorProfileOp operation, @Nonnull EditableImage image, @Nonnull java.awt.image.BufferedImage bufferedImage)Description copied from class:OperationImplementationThe concrete implementation of this operation should be provided by overriding this method.- Specified by:
executein classOperationImplementation<ConvertColorProfileOp,java.awt.image.BufferedImage>- Parameters:
operation- the operation to implementbufferedImage- the image representation
-
-