Uses of Class
nl.vpro.domain.image.UnsupportedImageFormatException
-
Packages that use UnsupportedImageFormatException Package Description nl.vpro.domain.image More or less generic image domain objects.nl.vpro.domain.image.backend Image domain that are used by the image server itself. -
-
Uses of UnsupportedImageFormatException in nl.vpro.domain.image
Methods in nl.vpro.domain.image that throw UnsupportedImageFormatException Modifier and Type Method Description static @NonNull Optional<ImageFormat>ImageFormat. forFileExtension(String extension)static ImageFormatImageFormat. forMimeType(String mimeType) -
Uses of UnsupportedImageFormatException in nl.vpro.domain.image.backend
Methods in nl.vpro.domain.image.backend that throw UnsupportedImageFormatException Modifier and Type Method Description default TBackendImageMetadata. setMimeType(String mimeType)
-