Paint
BufferedImage
, Color
, ColorModel
, ColorUIResource
, ComponentColorModel
, DirectColorModel
, GradientPaint
, IndexColorModel
, LinearGradientPaint
, MultipleGradientPaint
, PackedColorModel
, RadialGradientPaint
, SystemColor
, TexturePaint
, VolatileImage
public interface Transparency
The Transparency
interface defines the common transparency modes for implementing classes.
Fields
static final int
Represents image data that is guaranteed to be either completely opaque, with an alpha value of 1.0, or completely transparent, with an alpha value of 0.0.
static final int
Represents image data that is guaranteed to be completely opaque, meaning that all pixels have an alpha value of 1.0.
static final int
Represents image data that contains or might contain arbitrary alpha values between and including 0.0 and 1.0.
int
Returns the type of this Transparency
.
Represents image data that is guaranteed to be completely opaque, meaning that all pixels have an alpha value of 1.0.
Represents image data that is guaranteed to be either completely opaque, with an alpha value of 1.0, or completely transparent, with an alpha value of 0.0.
Represents image data that contains or might contain arbitrary alpha values between and including 0.0 and 1.0.
int getTransparency()
Returns the type of this Transparency
.
Transparency
, which is either OPAQUE, BITMASK or TRANSLUCENT.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4