java.awt
public interface Transparency
Since: 1.1
UNKNOWN: updated to 1.4
Field Summary | |
---|---|
int | BITMASK
Image data which is either completely opaque or transparent, for an
exact integer alpha value. |
int | OPAQUE Image data which is completely opaque, for an alpha value of 1.0. |
int | TRANSLUCENT Image data which is translucent, for a non-integer alpha value. |
Method Summary | |
---|---|
int | getTransparency()
Return the transparency type.
|
Returns: One of {@link #OPAQUE}, {@link #BITMASK}, or {@link #TRANSLUCENT}.