|
|||||||||
| Home >> All >> Acme >> JPM >> [ Encoders overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
Acme.JPM.Encoders
Class GifEncoderHashitem

java.lang.ObjectAcme.JPM.Encoders.GifEncoderHashitem
- class GifEncoderHashitem
- extends java.lang.Object
| Field Summary | |
int |
count
|
int |
index
|
boolean |
isTransparent
|
int |
rgb
|
| Constructor Summary | |
GifEncoderHashitem(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 |
isTransparent
public boolean isTransparent
count
public int count
index
public int index
rgb
public int rgb
| Constructor Detail |
GifEncoderHashitem
public GifEncoderHashitem(int rgb,
int count,
int index,
boolean isTransparent)
|
|||||||||
| Home >> All >> Acme >> JPM >> [ Encoders overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
Acme.JPM.Encoders.GifEncoderHashitem