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 TypeClassDescriptionenum
Encapsulates a color transform operation.class
Abstract cropping operation.class
class
class
class
Encapsulates an image encoding operation.class
Encapsulates a rotation operation.class
Encapsulates a scaling operation.static enum
Represents a resample algorithm.class
N.B.:ScaleByPercent.getPercent()
should not be used when figuring out how to apply an instance to an image.class
class
enum
Encapsulates a transposition (flipping/mirroring) operation on an image.Classes in is.galia.operation that implement interfaces with type arguments of type OperationModifier and TypeClassDescriptionfinal class
Normalized list ofimage transform operations
associated with a source image that is identified by either aMetaIdentifier
orIdentifier
.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 TypeMethodDescriptionvoid
Inserts an operation at the given index in the list.void
Adds an operation to the end of the list.void
Adds an operation immediately after the last instance of the given class in the list.void
Adds an operation immediately before the first instance of the given class in the list.void
void
OperationList.Builder.withOperations
(Operation... operations) Method parameters in is.galia.operation with type arguments of type OperationModifier and TypeMethodDescriptionvoid
Adds an operation immediately after the last instance of the given class in the list.void
Adds 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 TypeClassDescriptionclass
Encapsulates an image overlaid on top of another image.class
class
Encapsulates 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 TypeClassDescriptionclass
Encapsulates a rectangle overlaid onto an image.