Uses of Interface
is.galia.delegate.Delegate
Packages that use Delegate
Package
Description
Contains classes supporting the delegate mechanism.
Classes for properties associated with an image.
Contains image processing operations and related classes.
Package for classes related to string and image overlays.
HTTP resource classes and server request handler class.
Package for sources, which locate and provide uniform access to source
images.
-
Uses of Delegate in is.galia.delegate
Methods in is.galia.delegate that return DelegateModifier and TypeMethodDescriptionstatic DelegateDelegateFactory.newDelegate(RequestContext context) Returns a newDelegateinstance. -
Uses of Delegate in is.galia.image
Methods in is.galia.image with parameters of type DelegateModifier and TypeMethodDescriptionstatic MetaIdentifierMetaIdentifier.fromString(String string, Delegate delegate) Deserializes the given meta-identifier string using theMetaIdentifierTransformerspecified in the application configuration.static MetaIdentifierTranslates the string in a raw URI path component or query into a new instance using theMetaIdentifierTransformerspecified in the application configuration.MetaIdentifierTransformerFactory.newInstance(Delegate delegate) -
Uses of Delegate in is.galia.operation
Methods in is.galia.operation with parameters of type DelegateModifier and TypeMethodDescriptionvoidOperationList.applyNonEndpointMutations(Info info, Delegate delegate) Most image processing operations (crop, scale, etc.) are supplied by a client in a request to an endpoint. -
Uses of Delegate in is.galia.operation.overlay
Methods in is.galia.operation.overlay with parameters of type DelegateModifier and TypeMethodDescriptionOverlayFactory.newOverlay(Delegate delegate) Factory method that returns a newOverlaybased on either the configuration, or the delegate method return value, depending on the setting ofKey.OVERLAY_STRATEGY. -
Uses of Delegate in is.galia.operation.redaction
Methods in is.galia.operation.redaction with parameters of type DelegateModifier and TypeMethodDescriptionRedactionService.redactionsFor(Delegate delegate) Factory method that returns a list ofredactionsbased on the given parameters. -
Uses of Delegate in is.galia.resource
Methods in is.galia.resource that return DelegateModifier and TypeMethodDescriptionprotected final DelegateAbstractResource.getDelegate()Returns theDelegateinstance for the current request.Methods in is.galia.resource with parameters of type DelegateModifier and TypeMethodDescriptionImageRequestHandler.Builder.withDelegate(Delegate delegate) InformationRequestHandler.Builder.withDelegate(Delegate delegate) -
Uses of Delegate in is.galia.source
Fields in is.galia.source declared as DelegateMethods in is.galia.source that return DelegateMethods in is.galia.source with parameters of type DelegateModifier and TypeMethodDescriptionstatic SourceSourceFactory.newSource(Identifier identifier, Delegate delegate) IfKey.SOURCE_STATICis not set, uses a delegate method to return an instance of a source for the given identifier.voidAbstractSource.setDelegate(Delegate delegate) voidSource.setDelegate(Delegate delegate)