Class AnimatedGIFWriter.GIFFrame

  • Enclosing class:
    AnimatedGIFWriter

    public static class AnimatedGIFWriter.GIFFrame
    extends java.lang.Object
    • Constructor Detail

      • GIFFrame

        public GIFFrame​(java.awt.image.BufferedImage frame)
      • GIFFrame

        public GIFFrame​(java.awt.image.BufferedImage frame,
                        int delay)
      • GIFFrame

        public GIFFrame​(java.awt.image.BufferedImage frame,
                        int delay,
                        int disposalMethod)
      • GIFFrame

        public GIFFrame​(java.awt.image.BufferedImage frame,
                        int leftPosition,
                        int topPosition,
                        int delay,
                        int disposalMethod)
      • GIFFrame

        public GIFFrame​(java.awt.image.BufferedImage frame,
                        int leftPosition,
                        int topPosition,
                        int delay,
                        int disposalMethod,
                        int userInputFlag,
                        int transparencyFlag,
                        int transparentColor)
    • Method Detail

      • getDelay

        public int getDelay()
      • getDisposalMethod

        public int getDisposalMethod()
      • getFrame

        public java.awt.image.BufferedImage getFrame()
      • getFrameHeight

        public int getFrameHeight()
      • getFrameWidth

        public int getFrameWidth()
      • getLeftPosition

        public int getLeftPosition()
      • getTopPosition

        public int getTopPosition()
      • getTransparentColor

        public int getTransparentColor()
      • getTransparencyFlag

        public int getTransparencyFlag()
      • getUserInputFlag

        public int getUserInputFlag()