Class GifImageData

java.lang.Object
com.itextpdf.io.image.GifImageData

public class GifImageData extends Object
  • Constructor Details

    • GifImageData

      protected GifImageData (URL url)
    • GifImageData

      protected GifImageData (byte[] data)
  • Method Details

    • getLogicalHeight

      public float getLogicalHeight()
    • setLogicalHeight

      public void setLogicalHeight (float logicalHeight)
    • getLogicalWidth

      public float getLogicalWidth()
    • setLogicalWidth

      public void setLogicalWidth (float logicalWidth)
    • getFrames

      public List<ImageData> getFrames()
    • getData

      protected byte[] getData()
    • getUrl

      protected URL getUrl()
    • addFrame

      protected void addFrame (ImageData frame)