Uses of Class
it.tidalwave.image.op.CreateOp
-
Packages that use CreateOp Package Description it.tidalwave.image.java2d it.tidalwave.image.op -
-
Uses of CreateOp in it.tidalwave.image.java2d
Methods in it.tidalwave.image.java2d with parameters of type CreateOp Modifier and Type Method Description booleanCreateJ2DOp. canHandle(CreateOp operation)Sometimes an implementation can't handle a specific set of parameters.protected java.awt.image.BufferedImageCreateJ2DOp. execute(CreateOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)The concrete implementation of this operation should be provided by overriding this method. -
Uses of CreateOp in it.tidalwave.image.op
Subclasses of CreateOp in it.tidalwave.image.op Modifier and Type Class Description classCreateFunctionOpThis operation creates a new image with the specified size and data type, whose pixel values are computed by a given function.
-