Uses of Interface
it.tidalwave.image.ImageFunction
-
Packages that use ImageFunction Package Description it.tidalwave.image.op -
-
Uses of ImageFunction in it.tidalwave.image.op
Methods in it.tidalwave.image.op that return ImageFunction Modifier and Type Method Description ImageFunction
CreateFunctionOp. getImageFunction()
Constructors in it.tidalwave.image.op with parameters of type ImageFunction Constructor Description CreateFunctionOp(int width, int height, ImageFunction function, EditableImage.DataType dataType)
Creates a new operation which will create an image.
-