Class GifImageMetadataItem
- java.lang.Object
-
- org.apache.commons.imaging.formats.gif.GifImageMetadataItem
-
- All Implemented Interfaces:
ImageMetadata.ImageMetadataItem
public class GifImageMetadataItem extends java.lang.Object implements ImageMetadata.ImageMetadataItem
-
-
Field Summary
Fields Modifier and Type Field Description private int
delay
private DisposalMethod
disposalMethod
private int
leftPosition
private static java.lang.String
NEWLINE
private int
topPosition
-
Constructor Summary
Constructors Constructor Description GifImageMetadataItem(int delay, int leftPosition, int topPosition, DisposalMethod disposalMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDelay()
DisposalMethod
getDisposalMethod()
int
getLeftPosition()
int
getTopPosition()
java.lang.String
toString(java.lang.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
-
-
-
-
Field Detail
-
NEWLINE
private static final java.lang.String NEWLINE
-
delay
private final int delay
-
leftPosition
private final int leftPosition
-
topPosition
private final int topPosition
-
disposalMethod
private final DisposalMethod disposalMethod
-
-
Constructor Detail
-
GifImageMetadataItem
GifImageMetadataItem(int delay, int leftPosition, int topPosition, DisposalMethod disposalMethod)
-
-
Method Detail
-
getDelay
public int getDelay()
-
getLeftPosition
public int getLeftPosition()
-
getTopPosition
public int getTopPosition()
-
getDisposalMethod
public DisposalMethod getDisposalMethod()
-
toString
public java.lang.String toString(java.lang.String prefix)
- Specified by:
toString
in interfaceImageMetadata.ImageMetadataItem
-
-