Uses of Interface
is.galia.operation.Operation
Packages that use Operation
Package
Description
Contains image processing operations and related classes.
Package for classes related to string and image overlays.
-
Uses of Operation in is.galia.operation
Classes in is.galia.operation that implement OperationModifier and TypeClassDescriptionenumEncapsulates a color transform operation.classAbstract cropping operation.classclassclassclassEncapsulates an image encoding operation.classEncapsulates a rotation operation.classEncapsulates a scaling operation.static enumRepresents a resample algorithm.classN.B.:ScaleByPercent.getPercent()should not be used when figuring out how to apply an instance to an image.classclassenumEncapsulates a transposition (flipping/mirroring) operation on an image.Classes in is.galia.operation that implement interfaces with type arguments of type OperationModifier and TypeClassDescriptionfinal classNormalized list ofimage transform operationsassociated with a source image that is identified by either aMetaIdentifierorIdentifier.Methods in is.galia.operation that return OperationModifier and TypeMethodDescriptionMethods in is.galia.operation that return types with arguments of type OperationModifier and TypeMethodDescriptionOperationList.getOperations()OperationList.iterator()OperationList.stream()Methods in is.galia.operation with parameters of type OperationModifier and TypeMethodDescriptionvoidInserts an operation at the given index in the list.voidAdds an operation to the end of the list.voidAdds an operation immediately after the last instance of the given class in the list.voidAdds an operation immediately before the first instance of the given class in the list.voidvoidOperationList.Builder.withOperations(Operation... operations) Method parameters in is.galia.operation with type arguments of type OperationModifier and TypeMethodDescriptionvoidAdds an operation immediately after the last instance of the given class in the list.voidAdds an operation immediately before the first instance of the given class in the list. -
Uses of Operation in is.galia.operation.overlay
Classes in is.galia.operation.overlay that implement OperationModifier and TypeClassDescriptionclassEncapsulates an image overlaid on top of another image.classclassEncapsulates a string overlay applied to an image. -
Uses of Operation in is.galia.operation.redaction
Classes in is.galia.operation.redaction that implement OperationModifier and TypeClassDescriptionclassEncapsulates a rectangle overlaid onto an image.