|
|||||||||
| Home >> All >> com >> memoire >> [ acme overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.memoire.acme
Class AcmeGifEncoderHashitem

java.lang.Objectcom.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)
|
|||||||||
| Home >> All >> com >> memoire >> [ acme overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.memoire.acme.AcmeGifEncoderHashitem