Class AnimationFrame
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.webp.RIFFChunk
-
- com.twelvemonkeys.imageio.plugins.webp.AnimationFrame
-
final class AnimationFrame extends RIFFChunk
Represents one animation frame (ANMF) chunk.
-
-
Constructor Summary
Constructors Constructor Description AnimationFrame(long length, long offset, java.awt.Rectangle rectangle, int duration, int flags)
-