|
jwx! |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwx.Object
wx.GDIObject
wx.Palette
| Field Summary | |
static Palette |
NullPalette
|
| Constructor Summary | |
Palette()
|
|
Palette(int n,
short[] red,
short[] green,
short[] blue)
|
|
Palette(Palette palette)
|
|
| Method Summary | |
void |
delete()
|
int |
getColoursCount()
|
int |
getPixel(short red,
short green,
short blue)
|
boolean |
getRGB(int pixel,
short[] red,
short[] green,
short[] blue)
|
boolean |
ok()
|
| Methods inherited from class wx.Object |
_, getTanslation |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Palette NullPalette
| Constructor Detail |
public Palette()
public Palette(Palette palette)
public Palette(int n,
short[] red,
short[] green,
short[] blue)
| Method Detail |
public void delete()
delete in class GDIObjectpublic int getColoursCount()
public int getPixel(short red,
short green,
short blue)
public boolean getRGB(int pixel,
short[] red,
short[] green,
short[] blue)
public boolean ok()
|
jwx! |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||