Package com.itextpdf.io.image
Class GifImageData
java.lang.Object
com.itextpdf.io.image.GifImageData
-
Constructor Summary
ModifierConstructorDescriptionprotected
GifImageData
(byte[] data) protected
GifImageData
(URL url) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected byte[]
getData()
float
float
protected URL
getUrl()
void
setLogicalHeight
(float logicalHeight) void
setLogicalWidth
(float logicalWidth)
-
Constructor Details
-
GifImageData
-
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
-
getData
protected byte[] getData() -
getUrl
-
addFrame
-