Maven module :un.storage : image-gif :
Class : un.storage.imagery.gif.model.ImageDescriptor
Extends/Implements : un.storage.imagery.gif.model.Chunk
Subclasses : -

author  Johann Sorel


Variables : lzwmincodesize, dataoffset, localColorTable, leftPosition, topPosition, width, height, localColorTableFlag, interlaceFlag, sortFlag, colorTableSize
Functions : read, write, toNode


public int lzwmincodesize

public int dataoffset

public ColorTable localColorTable


Image Left Position - Column number, in pixels, of the left edge
of the image, with respect to the left edge of the Logical Screen.
Leftmost column of the Logical Screen is 0.
public int leftPosition


Image Top Position - Row number, in pixels, of the top edge of
the image with respect to the top edge of the Logical Screen. Top
row of the Logical Screen is 0.
public int topPosition


Image Width - Width of the image in pixels.
public int width


Image Height - Height of the image in pixels.
public int height

public boolean localColorTableFlag

public boolean interlaceFlag

public boolean sortFlag

public int colorTableSize


public void read (DataInputStream ds)

public void write (DataOutputStream ds)

public TypedNode toNode ()