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 classGifDecoder.GifFrame
-
Field Summary
Fields Modifier and Type Field Description public final static IntegerSTATUS_OKpublic final static IntegerSTATUS_FORMAT_ERRORpublic final static IntegerSTATUS_OPEN_ERROR
-
Constructor Summary
Constructors Constructor Description GifDecoder()
-
Method Summary
Modifier and Type Method Description final IntegergetDelay(Integer n)final IntegergetFrameCount()final UnitsetFrameCount(Integer frameCount)final BufferedImagegetFrame(Integer n)final Integerread(Writable writable)final Integerread(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)
-
-
-
-