Class GifImageMetadataItem
- java.lang.Object
-
- org.apache.commons.imaging.formats.gif.GifImageMetadataItem
-
- All Implemented Interfaces:
ImageMetadata.ImageMetadataItem
public class GifImageMetadataItem extends Object implements ImageMetadata.ImageMetadataItem
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDelay()
DisposalMethod
getDisposalMethod()
int
getLeftPosition()
int
getTopPosition()
String
toString(String prefix)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.commons.imaging.common.ImageMetadata.ImageMetadataItem
toString
-
-
-
-
Method Detail
-
getDelay
public int getDelay()
-
getLeftPosition
public int getLeftPosition()
-
getTopPosition
public int getTopPosition()
-
getDisposalMethod
public DisposalMethod getDisposalMethod()
-
toString
public String toString(String prefix)
- Specified by:
toString
in interfaceImageMetadata.ImageMetadataItem
-
-