public class GifImageData extends Object
Modifier | Constructor and Description |
---|---|
protected |
GifImageData(byte[] data) |
protected |
GifImageData(URL url) |
Modifier and Type | Method and Description |
---|---|
protected void |
addFrame(ImageData frame) |
protected byte[] |
getData() |
List<ImageData> |
getFrames() |
float |
getLogicalHeight() |
float |
getLogicalWidth() |
protected URL |
getUrl() |
void |
setLogicalHeight(float logicalHeight) |
void |
setLogicalWidth(float logicalWidth) |
protected GifImageData(URL url)
protected GifImageData(byte[] data)
public float getLogicalHeight()
public void setLogicalHeight(float logicalHeight)
public float getLogicalWidth()
public void setLogicalWidth(float logicalWidth)
protected byte[] getData()
protected URL getUrl()
protected void addFrame(ImageData frame)
Copyright © 1998–2023 iText Group NV. All rights reserved.