FileDocCategorySizeDatePackage
Transparency.javaAPI DocAndroid 1.5 API1771Wed May 06 22:41:54 BST 2009java.awt

Transparency

public interface Transparency
The Transparency interface defines transparency's general modes.
since
Android 1.0

Fields Summary
public static final int
OPAQUE
The Constant OPAQUE represents completely opaque data, all pixels have an alpha value of 1.0.
public static final int
BITMASK
The Constant BITMASK represents data which can be either completely opaque, with an alpha value of 1.0, or completely transparent, with an alpha value of 0.0.
public static final int
TRANSLUCENT
The Constant TRANSLUCENT represents data which alpha value can vary between and including 0.0 and 1.0.
Constructors Summary
Methods Summary
public intgetTransparency()
Gets the transparency mode.

return
the transparency mode: OPAQUE, BITMASK or TRANSLUCENT.