|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdeadbeef.SupTools.PaletteBitmap
public class PaletteBitmap
Storage class used by Bitmap to return Bitmap and Palette.
Field Summary | |
---|---|
Bitmap |
bitmap
Bitmap containing one byte per pixel |
Palette |
palette
Color palette |
Constructor Summary | |
---|---|
PaletteBitmap(Bitmap bm,
Palette pal)
Constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Bitmap bitmap
public Palette palette
Constructor Detail |
---|
public PaletteBitmap(Bitmap bm, Palette pal)
bm
- Bitmappal
- Palette
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |