Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.acme
Class AcmeGifEncoderHashitem  view AcmeGifEncoderHashitem download AcmeGifEncoderHashitem.java

java.lang.Object
  extended bycom.memoire.acme.AcmeGifEncoderHashitem

class AcmeGifEncoderHashitem
extends java.lang.Object


Field Summary
 int count
           
 int index
           
 boolean isTransparent
           
 int rgb
           
 
Constructor Summary
AcmeGifEncoderHashitem(int rgb, int count, int index, boolean isTransparent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rgb

public int rgb

count

public int count

index

public int index

isTransparent

public boolean isTransparent
Constructor Detail

AcmeGifEncoderHashitem

public AcmeGifEncoderHashitem(int rgb,
                              int count,
                              int index,
                              boolean isTransparent)