|
Java 6 SE Platform 6.0 Home |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPalette
IPalette interface defines constants for color palettes, such as number of colors in a palette, the palette title and its enumeration.
Field Summary | |
---|---|
static int |
BG_VAL
|
static int |
GRAYSCALE_NUM_COLORS
|
static int |
GRAYSCALE_PALETTE
|
static java.lang.String |
GRAYSCALE_TITLE
|
static int |
HEX_VAL
|
static int |
NAMED_COLORS_PALETTE
|
static java.lang.String |
NAMED_COLORS_TITLE
|
static int |
NAMED_NUM_COLORS
|
static int |
NETSCAPE_NUM_COLORS
|
static int |
NETSCAPE_PALETTE
|
static java.lang.String |
NETSCAPE_TITLE
|
static int |
RGB_VAL
|
static int |
WIN_GRAYS_NUM_COLORS
|
static int |
WIN_NUM_COLORS
|
static int |
WINDOWS_GRAYS_PALETTE
|
static java.lang.String |
WINDOWS_GRAYS_TITLE
|
static int |
WINDOWS_PALETTE
|
static java.lang.String |
WINDOWS_TITLE
|
static int |
X11_NUM_COLORS
|
static int |
X11_PALETTE
|
static java.lang.String |
X11_TITLE
|
Field Detail |
---|
static final java.lang.String NETSCAPE_TITLE
static final java.lang.String WINDOWS_TITLE
static final java.lang.String WINDOWS_GRAYS_TITLE
static final java.lang.String NAMED_COLORS_TITLE
static final java.lang.String GRAYSCALE_TITLE
static final java.lang.String X11_TITLE
static final int NETSCAPE_PALETTE
static final int WINDOWS_PALETTE
static final int WINDOWS_GRAYS_PALETTE
static final int NAMED_COLORS_PALETTE
static final int GRAYSCALE_PALETTE
static final int X11_PALETTE
static final int NETSCAPE_NUM_COLORS
static final int WIN_NUM_COLORS
static final int WIN_GRAYS_NUM_COLORS
static final int NAMED_NUM_COLORS
static final int GRAYSCALE_NUM_COLORS
static final int X11_NUM_COLORS
static final int RGB_VAL
static final int HEX_VAL
static final int BG_VAL
|
Java 6 SE Platform 6.0 Home |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |