A  B  C  D  F  G  H  I  L  M  N  P  R  S  T  W 

G

getAspectRatio() - function in app.redwarp.gif.decoder.Gif
The Pixel Aspect Ratio is defined to be the quotient of the pixel's width over its height.
getBackgroundColor() - function in app.redwarp.gif.decoder.Gif
The background color as read from the global color table, default to transparent if not set.
getBackgroundColorIndex() - function in app.redwarp.gif.decoder.descriptors.LogicalScreenDescriptor
 
getCause() - function in kotlin.Throwable
 
getChannel() - function in java.io.RandomAccessFile
 
getColorCount() - function in app.redwarp.gif.decoder.descriptors.LogicalScreenDescriptor
 
getCount() - function in app.redwarp.gif.decoder.descriptors.params.LoopCount.Fixed
 
getCurrentDelay() - function in app.redwarp.gif.decoder.Gif
 
getCurrentFrame(IntArray) - function in app.redwarp.gif.decoder.Gif
Write the current frame in the int array.
getCurrentIndex() - function in app.redwarp.gif.decoder.Gif
 
getData() - function in app.redwarp.gif.decoder.descriptors.GifDescriptor
 
getDelay(Integer) - function in app.redwarp.gif.decoder.Gif
Returns the delay time of the specified frame, in millisecond.
getDelayTime() - function in app.redwarp.gif.decoder.descriptors.GraphicControlExtension
 
getDimension() - function in app.redwarp.gif.decoder.Gif
The dimensions of the GIF, width and height.
getDimension() - function in app.redwarp.gif.decoder.descriptors.ImageDescriptor
 
getDimension() - function in app.redwarp.gif.decoder.descriptors.LogicalScreenDescriptor
 
getDisposalMethod() - function in app.redwarp.gif.decoder.descriptors.GraphicControlExtension
 
getFD() - function in java.io.RandomAccessFile
 
getFilePointer() - function in app.redwarp.gif.decoder.streams.BufferedRandomAccessFile
 
getFrame(Integer) - function in app.redwarp.gif.decoder.Gif
Get the frame at set index, returning a int array.
getFrame(Integer,IntArray) - function in app.redwarp.gif.decoder.Gif
Get the frame at set index, writing it in the provided int array.
getFrameCount() - function in app.redwarp.gif.decoder.Gif
How many frames in the GIF.
getGlobalColorTable() - function in app.redwarp.gif.decoder.descriptors.GifDescriptor
 
getGraphicControlExtension() - function in app.redwarp.gif.decoder.descriptors.ImageDescriptor
 
getHasGlobalColorTable() - function in app.redwarp.gif.decoder.descriptors.LogicalScreenDescriptor
 
getHeader() - function in app.redwarp.gif.decoder.descriptors.GifDescriptor
 
getHeight() - function in app.redwarp.gif.decoder.descriptors.Dimension
 
getImageData() - function in app.redwarp.gif.decoder.descriptors.ImageDescriptor
 
getImageDescriptors() - function in app.redwarp.gif.decoder.descriptors.GifDescriptor
 
getLength() - function in app.redwarp.gif.decoder.descriptors.ImageData
 
getLocalColorTable() - function in app.redwarp.gif.decoder.descriptors.ImageDescriptor
 
getLocalizedMessage() - function in kotlin.Throwable
 
getLogicalScreenDescriptor() - function in app.redwarp.gif.decoder.descriptors.GifDescriptor
 
getLoopCount() - function in app.redwarp.gif.decoder.Gif
For animated gif, the loop count policy: should never loop, should loop forever or should loop a set amount of time.
getLoopCount() - function in app.redwarp.gif.decoder.descriptors.GifDescriptor
 
getMessage() - function in kotlin.Throwable
 
getName() - function in kotlin.GraphicControlExtension.Disposal
 
getName() - function in kotlin.Header
 
getName() - function in kotlin.PixelPacking
 
getOrdinal() - function in kotlin.GraphicControlExtension.Disposal
 
getOrdinal() - function in kotlin.Header
 
getOrdinal() - function in kotlin.PixelPacking
 
getPixelAspectRatio() - function in app.redwarp.gif.decoder.descriptors.LogicalScreenDescriptor
 
getPosition() - function in app.redwarp.gif.decoder.descriptors.ImageData
 
getPosition() - function in app.redwarp.gif.decoder.descriptors.ImageDescriptor
 
getPosition() - function in app.redwarp.gif.decoder.streams.ReplayInputStream
Get the current read position of the stream.
getPreviousIndex(Integer) - function in app.redwarp.gif.decoder.Gif
 
getSize() - function in app.redwarp.gif.decoder.descriptors.Dimension
 
getSizeOfGlobalColorTable() - function in app.redwarp.gif.decoder.descriptors.LogicalScreenDescriptor
 
getStackTrace() - function in kotlin.Throwable
 
getSuppressed() - function in kotlin.Throwable
 
getTransparentColorIndex() - function in app.redwarp.gif.decoder.descriptors.GraphicControlExtension
 
getWidth() - function in app.redwarp.gif.decoder.descriptors.Dimension
 
getX() - function in app.redwarp.gif.decoder.descriptors.Position
 
getY() - function in app.redwarp.gif.decoder.descriptors.Position
 
Gif - class in app.redwarp.gif.decoder
Representation of the gif, with methods to decode frames.
Gif.Companion - class in app.redwarp.gif.decoder.Gif
 
GIF87a - enum entry in app.redwarp.gif.decoder.descriptors.Header
 
GIF89a - enum entry in app.redwarp.gif.decoder.descriptors.Header
 
GifDescriptor - class in app.redwarp.gif.decoder.descriptors
Describe the gif after parsing it once: contains header, global color tables, the image descriptors for each frames, as well as a reference to the full input stream.
GraphicControlExtension - class in app.redwarp.gif.decoder.descriptors
The Graphic Control Extension contains parameters used when processing a graphic rendering block.
GraphicControlExtension.Disposal - class in app.redwarp.gif.decoder.descriptors.GraphicControlExtension
Disposal method of the frame, A.K.A.
A  B  C  D  F  G  H  I  L  M  N  P  R  S  T  W