Uses of Enum
org.apache.commons.imaging.formats.webp.WebPChunkType
Packages that use WebPChunkType
-
Uses of WebPChunkType in org.apache.commons.imaging.formats.webp
Subclasses with type arguments of type WebPChunkType in org.apache.commons.imaging.formats.webpFields in org.apache.commons.imaging.formats.webp declared as WebPChunkTypeModifier and TypeFieldDescriptionprivate final WebPChunkType[]WebPImageParser.ChunksReader.chunkTypesprivate static final WebPChunkType[]WebPChunkType.typesMethods in org.apache.commons.imaging.formats.webp that return WebPChunkTypeModifier and TypeMethodDescription(package private) static WebPChunkTypeWebPChunkType.findType(int chunkType) static WebPChunkTypeReturns the enum constant of this type with the specified name.static WebPChunkType[]WebPChunkType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.imaging.formats.webp with parameters of type WebPChunkTypeModifierConstructorDescription(package private)ChunksReader(ByteSource byteSource, WebPChunkType... chunkTypes)