Uses of Class
is.galia.operation.overlay.Overlay
Packages that use Overlay
Package
Description
Package for classes related to string and image overlays.
-
Uses of Overlay in is.galia.operation.overlay
Subclasses of Overlay in is.galia.operation.overlayModifier and TypeClassDescriptionclass
Encapsulates an image overlaid on top of another image.class
Encapsulates a string overlay applied to an image.Methods in is.galia.operation.overlay that return types with arguments of type OverlayModifier and TypeMethodDescriptionOverlayFactory.newOverlay
(Delegate delegate) Factory method that returns a newOverlay
based on either the configuration, or the delegate method return value, depending on the setting ofKey.OVERLAY_STRATEGY
.