Package com.nexomc.nexo.glyphs
Class GifDecoder
-
- All Implemented Interfaces:
public final class GifDecoder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
GifDecoder.GifFrame
-
Field Summary
Fields Modifier and Type Field Description public final static Integer
STATUS_OK
public final static Integer
STATUS_FORMAT_ERROR
public final static Integer
STATUS_OPEN_ERROR
-
Constructor Summary
Constructors Constructor Description GifDecoder()
-
Method Summary
Modifier and Type Method Description final Integer
getDelay(Integer n)
final Integer
getFrameCount()
final Unit
setFrameCount(Integer frameCount)
final BufferedImage
getFrame(Integer n)
final Integer
read(Writable writable)
final Integer
read(InputStream inputStream)
-
-
Method Detail
-
getFrameCount
final Integer getFrameCount()
-
setFrameCount
final Unit setFrameCount(Integer frameCount)
-
getFrame
final BufferedImage getFrame(Integer n)
-
read
final Integer read(InputStream inputStream)
-
-
-
-