|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Transparency
A common transparency mode for layering graphics.
| Field Summary | |
|---|---|
static int |
BITMASK
Image data which is either completely opaque or transparent, for an exact integer alpha value. |
static int |
OPAQUE
Image data which is completely opaque, for an alpha value of 1.0. |
static int |
TRANSLUCENT
Image data which is translucent, for a non-integer alpha value. |
| Method Summary | |
|---|---|
int |
getTransparency()
Return the transparency type. |
| Field Detail |
|---|
static final int OPAQUE
static final int BITMASK
static final int TRANSLUCENT
| Method Detail |
|---|
int getTransparency()
OPAQUE, BITMASK, or TRANSLUCENT.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||