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 EditableImage
EditableImage. cloneImage()
Clones this image.static EditableImage
EditableImage. create(AbstractCreateOp createOp)
Creates a new EditableImage as specified by the parameterstatic EditableImage
EditableImage. create(ReadOp readOp)
Reads a new EditableImage as specified by the parameterabstract EditableImage
ImageModel. 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).EditableImage
EditableImage. createResizedImage(int width, int height)
Deprecated.EditableImage
EditableImage. createResizedImage(int width, int height, Quality quality)
Deprecated.EditableImage
EditableImage. createSimilarImage()
Deprecated.will be merged with create(AbstractCreateOp)EditableImage
EditableImage. execute2(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 EditableImage
ImageModelJ2D. 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 EditableImage
ImageModelJ2D. 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.BufferedImage
ApplyUnsharpMaskJ2DOp. 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.BufferedImage
AssignColorProfileJ2DOp. execute(AssignColorProfileOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)
protected java.awt.image.BufferedImage
CaptureJ2DOp. 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.BufferedImage
ChangeBufferTypeJ2DOp. execute(ChangeBufferTypeOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)
protected java.awt.image.BufferedImage
ConvertColorProfileJ2DOp. execute(ConvertColorProfileOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)
protected java.awt.image.BufferedImage
ConvertToBufferedImageJ2DOp. 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.BufferedImage
ConvolveJ2DOp. execute(ConvolveOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)
protected java.awt.image.BufferedImage
CreateJ2DOp. 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.BufferedImage
CropJ2DOp. 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.BufferedImage
DrawJ2DOp. 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.BufferedImage
HistogramJ2DOp. 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.BufferedImage
OptimizeJ2DOp. execute(OptimizeOp operation, EditableImage image, java.awt.image.BufferedImage bufferedImage)
protected java.awt.image.BufferedImage
PaintJ2DOp. 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.BufferedImage
PrintJ2DOp. execute(PrintOp operation, EditableImage image, java.awt.image.BufferedImage model)
protected java.awt.image.BufferedImage
RotateJ2DOp. 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.BufferedImage
RotateQuadrantJ2DOp. 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.BufferedImage
ScaleJ2DOp. 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.BufferedImage
WrapJ2DOp. 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.BufferedImage
WriteJ2DOp. 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 void
WangAnnotations.Attributes. drawRectangle(java.awt.Graphics2D g, EditableImage image)
void
WangAnnotations.Attributes. drawString(java.awt.Graphics2D g, EditableImage image, java.lang.String text)
abstract void
WangAnnotations.Internal. render(EditableImage image)
void
WangAnnotations.OiAnText. render(EditableImage image)
void
WangAnnotations.OiHilite. render(EditableImage image)
void
WangAnnotations. 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 EditableImage
ReadOp. execute()
EditableImage
AddOp. getOperand()
EditableImage
BandMergeOp. getOperand()
EditableImage
DivideComplexOp. getOperand()
EditableImage
MultiplyComplexOp. getOperand()
EditableImage
MultiplyOp. getOperand()
protected abstract EditableImage
ReadOp.Type. read(ReadOp readOp)
Methods in it.tidalwave.image.op with parameters of type EditableImage Modifier and Type Method Description void
DrawOp.Executor. draw(java.awt.Graphics2D g, EditableImage image)
java.lang.Object
OperationImplementation. execute(EditableImage image, java.lang.Object model)
Executes this operation on the given model.protected abstract Model
OperationImplementation. 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 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 EditableImage
ImagingTask. execute2(EditableImage image, Operation operation, java.lang.String operationName)
Executes an operation adding the elapsed time to the statistics.protected EditableImage
ImagingTask. execute2AndDispose(EditableImage image, Operation operation, java.lang.String operationName)
The same as execute2(), but the operand image is disposed before returning.EditableImage
ImagingTask. 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 EditableImage
ImagingTask. execute2(EditableImage image, Operation operation, java.lang.String operationName)
Executes an operation adding the elapsed time to the statistics.protected EditableImage
ImagingTask. 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 void
ImagingTask. registerTime(java.lang.String name, EditableImage image)
Updates statistics about execution time, about the latest performed operation on the given image.protected void
ImagingTask. 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 EditableImage
EditableImageRenderer. image
The original image to be displayed.Methods in it.tidalwave.image.render that return EditableImage Modifier and Type Method Description EditableImage
EditableImageRenderer. getImage()
Returns the displayed image.EditableImage
EditableImageRenderer. 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 void
EditableImageRenderer. 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.BufferedImage
ChangeBufferTypeJ2DOp. 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 void
AbstractViewerPanel. 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 void
ViewerPanel. onImageLoaded(EditableImage image)
-