Uses of Class
it.tidalwave.image.EditableImage
-
-
Uses of EditableImage in it.tidalwave.image
Methods in it.tidalwave.image that return EditableImage Modifier and Type Method Description EditableImageEditableImage. cloneImage()Clones this image.static EditableImageEditableImage. create(AbstractCreateOp createOp)Creates a new EditableImage as specified by the parameterstatic EditableImageEditableImage. create(ReadOp readOp)Reads a new EditableImage as specified by the parameterabstract EditableImageImageModel. createCopy(boolean copyContents)Creates a similar image, that is a blank image with the same characteristics of this image (width, height, data type, sample model, color model).EditableImageEditableImage. createResizedImage(int width, int height)Deprecated.EditableImageEditableImage. createResizedImage(int width, int height, Quality quality)Deprecated.EditableImageEditableImage. createSimilarImage()Deprecated.will be merged with create(AbstractCreateOp)EditableImageEditableImage. execute(Operation operation)Executes an operation. -
Uses of EditableImage in it.tidalwave.image.java2d
Methods in it.tidalwave.image.java2d that return EditableImage Modifier and Type Method Description EditableImageImageModelJ2D. createCopy(boolean copyContents)Creates a similar image, that is a blank image with the same characteristics of this image (width, height, data type, sample model, color model).static EditableImageImageModelJ2D. createImage(java.awt.image.BufferedImage bufferedImage)Methods in it.tidalwave.image.java2d with parameters of type EditableImage Modifier and Type Method Description protected java.awt.image.BufferedImageApplyUnsharpMaskJ2DOp. execute(ApplyUnsharpMaskOp operation, EditableImage image, java.awt.image.BufferedImage model)The concrete implementation of this operation should be provided by overriding this method.protected java.awt.image.BufferedImageAssignColorProfileJ2DOp. execute(AssignColorProfileOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)protected java.awt.image.BufferedImageCaptureJ2DOp. execute(CaptureOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)The concrete implementation of this operation should be provided by overriding this method.protected java.awt.image.BufferedImageChangeBufferTypeJ2DOp. execute(ChangeBufferTypeOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)protected java.awt.image.BufferedImageConvertColorProfileJ2DOp. execute(ConvertColorProfileOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)protected java.awt.image.BufferedImageConvertToBufferedImageJ2DOp. execute(ConvertToBufferedImageOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)The concrete implementation of this operation should be provided by overriding this method.protected java.awt.image.BufferedImageConvolveJ2DOp. execute(ConvolveOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)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.protected java.awt.image.BufferedImageCropJ2DOp. execute(CropOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)The concrete implementation of this operation should be provided by overriding this method.protected java.awt.image.BufferedImageDrawJ2DOp. execute(DrawOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)The concrete implementation of this operation should be provided by overriding this method.protected java.awt.image.BufferedImageHistogramJ2DOp. execute(HistogramOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)The concrete implementation of this operation should be provided by overriding this method.protected java.awt.image.BufferedImageOptimizeJ2DOp. execute(OptimizeOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)protected java.awt.image.BufferedImagePaintJ2DOp. execute(PaintOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)The concrete implementation of this operation should be provided by overriding this method.protected java.awt.image.BufferedImagePrintJ2DOp. execute(PrintOp operation, EditableImage image, java.awt.image.BufferedImage model)protected java.awt.image.BufferedImageRotateJ2DOp. execute(RotateOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)The concrete implementation of this operation should be provided by overriding this method.protected java.awt.image.BufferedImageRotateQuadrantJ2DOp. execute(RotateQuadrantOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)The concrete implementation of this operation should be provided by overriding this method.protected java.awt.image.BufferedImageScaleJ2DOp. execute(ScaleOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)The concrete implementation of this operation should be provided by overriding this method.protected java.awt.image.BufferedImageWrapJ2DOp. execute(WrapOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)The concrete implementation of this operation should be provided by overriding this method.protected java.awt.image.BufferedImageWriteJ2DOp. execute(WriteOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)The concrete implementation of this operation should be provided by overriding this method. -
Uses of EditableImage in it.tidalwave.image.metadata
Methods in it.tidalwave.image.metadata with parameters of type EditableImage Modifier and Type Method Description voidWangAnnotations.Attributes. drawRectangle(java.awt.Graphics2D g, EditableImage image)voidWangAnnotations.Attributes. drawString(java.awt.Graphics2D g, EditableImage image, java.lang.String text)abstract voidWangAnnotations.Internal. render(EditableImage image)voidWangAnnotations.OiAnText. render(EditableImage image)voidWangAnnotations.OiHilite. render(EditableImage image)voidWangAnnotations. render(EditableImage image) -
Uses of EditableImage in it.tidalwave.image.op
Methods in it.tidalwave.image.op that return EditableImage Modifier and Type Method Description EditableImageReadOp. execute()EditableImageAddOp. getOperand()EditableImageBandMergeOp. getOperand()EditableImageDivideComplexOp. getOperand()EditableImageMultiplyComplexOp. getOperand()EditableImageMultiplyOp. getOperand()protected abstract EditableImageReadOp.Type. read(ReadOp readOp)Methods in it.tidalwave.image.op with parameters of type EditableImage Modifier and Type Method Description voidDrawOp.Executor. draw(java.awt.Graphics2D g, EditableImage image)java.lang.ObjectOperationImplementation. execute(EditableImage image, java.lang.Object model)Executes this operation on the given model.protected abstract ModelOperationImplementation. execute(Op operation, EditableImage image, Model model)The concrete implementation of this operation should be provided by overriding this method.Constructors in it.tidalwave.image.op with parameters of type EditableImage Constructor Description AccessorOp(EditableImage image)AddOp(EditableImage operand)BandMergeOp(EditableImage operand)DivideComplexOp(EditableImage operand)MultiplyComplexOp(EditableImage operand)MultiplyOp(EditableImage operand) -
Uses of EditableImage in it.tidalwave.image.processor
Methods in it.tidalwave.image.processor that return EditableImage Modifier and Type Method Description protected EditableImageImagingTask. execute2(EditableImage image, Operation operation, java.lang.String operationName)Executes an operation adding the elapsed time to the statistics.protected EditableImageImagingTask. execute2AndDispose(EditableImage image, Operation operation, java.lang.String operationName)The same as execute2(), but the operand image is disposed before returning.EditableImageImagingTask. getResult()Returns the result of this task.Methods in it.tidalwave.image.processor with parameters of type EditableImage Modifier and Type Method Description protected <T extends Operation>
TImagingTask. execute(EditableImage image, T operation, java.lang.String operationName)Executes an operation adding the elapsed time to the statistics.protected EditableImageImagingTask. execute2(EditableImage image, Operation operation, java.lang.String operationName)Executes an operation adding the elapsed time to the statistics.protected EditableImageImagingTask. execute2AndDispose(EditableImage image, Operation operation, java.lang.String operationName)The same as execute2(), but the operand image is disposed before returning.protected <T extends Operation>
TImagingTask. executeAndDispose(EditableImage image, T operation, java.lang.String operationName)The same as execute(), but the operand image is disposed before returning.protected voidImagingTask. registerTime(java.lang.String name, EditableImage image)Updates statistics about execution time, about the latest performed operation on the given image.protected voidImagingTask. setResult(EditableImage result) -
Uses of EditableImage in it.tidalwave.image.render
Fields in it.tidalwave.image.render declared as EditableImage Modifier and Type Field Description protected EditableImageEditableImageRenderer. imageThe original image to be displayed.Methods in it.tidalwave.image.render that return EditableImage Modifier and Type Method Description EditableImageEditableImageRenderer. getImage()Returns the displayed image.EditableImageEditableImageRenderer. getOptimizedImage()Returns a possibly optimized version of the image.Methods in it.tidalwave.image.render with parameters of type EditableImage Modifier and Type Method Description voidEditableImageRenderer. setImage(EditableImage image)Sets the image to display. -
Uses of EditableImage in it.tidalwave.mistral.customoperation
Methods in it.tidalwave.mistral.customoperation with parameters of type EditableImage Modifier and Type Method Description protected java.awt.image.BufferedImageChangeBufferTypeJ2DOp. execute(ChangeBufferTypeOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage) -
Uses of EditableImage in it.tidalwave.mistral.example
Methods in it.tidalwave.mistral.example with parameters of type EditableImage Modifier and Type Method Description protected voidAbstractViewerPanel. onImageLoaded(EditableImage image) -
Uses of EditableImage in it.tidalwave.mistral.example.viewer
Methods in it.tidalwave.mistral.example.viewer with parameters of type EditableImage Modifier and Type Method Description protected voidViewerPanel. onImageLoaded(EditableImage image)
-