Uses of Enum Class
cloud.opencode.base.image.codec.webp.WebpFormat
Packages that use WebpFormat
-
Uses of WebpFormat in cloud.opencode.base.image.codec.webp
Subclasses with type arguments of type WebpFormat in cloud.opencode.base.image.codec.webpModifier and TypeClassDescriptionenumPixel layout used by WebP encode/decode operations.Methods in cloud.opencode.base.image.codec.webp that return WebpFormatModifier and TypeMethodDescriptionDecodedWebp.format()Returns the value of theformatrecord component.static WebpFormatReturns the enum constant of this class with the specified name.static WebpFormat[]WebpFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.image.codec.webp with parameters of type WebpFormatModifierConstructorDescriptionDecodedWebp(int width, int height, byte[] data, WebpFormat format) Compact constructor validatingdatalength matches the dimensions and format.