Uses of Enum Class
fr.opensagres.xdocreport.core.document.ImageFormat
Packages that use ImageFormat
-
Uses of ImageFormat in fr.opensagres.xdocreport.core.document
Methods in fr.opensagres.xdocreport.core.document that return ImageFormatModifier and TypeMethodDescriptionstatic ImageFormatImageFormat.getFormatByExtension(String extension) Returns the image format retrieved by the given extension (bmp, jpeg...).static ImageFormatImageFormat.getFormatByMimeType(String mimeType) Returns the image format retrieved by the official mimeType according tostatic ImageFormatImageFormat.getFormatByResourceName(String resourceName) Returns the image format retrieved by the extension of the given resource name.static ImageFormatReturns the enum constant of this class with the specified name.static ImageFormat[]ImageFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.