Uses of Class
it.tidalwave.image.op.AbstractCreateOp
-
Packages that use AbstractCreateOp Package Description it.tidalwave.image it.tidalwave.image.op -
-
Uses of AbstractCreateOp in it.tidalwave.image
Methods in it.tidalwave.image with parameters of type AbstractCreateOp Modifier and Type Method Description static EditableImage
EditableImage. create(AbstractCreateOp createOp)
Creates a new EditableImage as specified by the parameter -
Uses of AbstractCreateOp in it.tidalwave.image.op
Subclasses of AbstractCreateOp in it.tidalwave.image.op Modifier and Type Class Description class
CaptureOp
class
CreateFunctionOp
This operation creates a new image with the specified size and data type, whose pixel values are computed by a given function.class
CreateOp
class
WrapOp
-