Uses of Class
nl.vpro.domain.image.ImageFormat
-
Packages that use ImageFormat 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 ImageFormat in nl.vpro.domain.image
Fields in nl.vpro.domain.image declared as ImageFormat Modifier and Type Field Description static ImageFormatImageFormat. AS_ISMethods in nl.vpro.domain.image that return ImageFormat Modifier and Type Method Description static ImageFormatImageFormat. forMimeType(String mimeType)static ImageFormatImageFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageFormat[]ImageFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.vpro.domain.image that return types with arguments of type ImageFormat Modifier and Type Method Description static @NonNull Optional<ImageFormat>ImageFormat. forFileExtension(String extension) -
Uses of ImageFormat in nl.vpro.domain.image.backend
Fields in nl.vpro.domain.image.backend with type parameters of type ImageFormat Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<BackendImage,ImageFormat>BackendImage_. imageFormatMethods in nl.vpro.domain.image.backend that return ImageFormat Modifier and Type Method Description ImageFormatBackendImage. getImageFormat()ImageFormatBackendImageMetadata. getImageFormat()ImageFormatBasicBackendImageMetadata. getImageFormat()Methods in nl.vpro.domain.image.backend with parameters of type ImageFormat Modifier and Type Method Description @NonNull BackendImage.BuilderBackendImage.Builder. imageFormat(ImageFormat imageFormat)BackendImageBackendImage. setImageFormat(ImageFormat imageFormat)TBackendImageMetadata. setImageFormat(ImageFormat imageFormat)BasicBackendImageMetadataBasicBackendImageMetadata. setImageFormat(ImageFormat imageFormat)Constructors in nl.vpro.domain.image.backend with parameters of type ImageFormat Constructor Description BackendImage(ImageType type, ImageFormat imageFormat, String title, @Nullable String description, Integer height, Integer width, Float heightInMm, Float widthInMm, Long size, String downloadUrl, String etag, Instant urlLastModified, byte[] hash, @NotNull(groups=nl.vpro.validation.WarningValidatorGroup.class) nl.vpro.domain.support.License license, String source, String sourceName, String date, String credits, org.meeuw.functional.ThrowAnySupplier<ImageStream> imageStream, String broadcaster, nl.vpro.domain.media.support.OwnerType owner)
-