Class AnimationFrame


  • final class AnimationFrame
    extends RIFFChunk
    Represents one animation frame (ANMF) chunk.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean blend  
      (package private) java.awt.Rectangle bounds  
      (package private) boolean dispose  
      (package private) int duration  
    • Constructor Summary

      Constructors 
      Constructor Description
      AnimationFrame​(long length, long offset, java.awt.Rectangle rectangle, int duration, int flags)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • bounds

        final java.awt.Rectangle bounds
      • duration

        final int duration
      • blend

        final boolean blend
      • dispose

        final boolean dispose
    • Constructor Detail

      • AnimationFrame

        AnimationFrame​(long length,
                       long offset,
                       java.awt.Rectangle rectangle,
                       int duration,
                       int flags)