Uses of Interface
java.awt.Transparency
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides classes for creating and modifying images.
Provides one interface and many abstract classes that Swing uses to provide
its pluggable look-and-feel capabilities.
-
Uses of Transparency in java.awt
Modifier and TypeInterfaceDescriptioninterface
ThisPaint
interface defines how color patterns can be generated forGraphics2D
operations.Modifier and TypeClassDescriptionclass
TheColor
class is used to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by aColorSpace
.class
TheGradientPaint
class provides a way to fill aShape
with a linear color gradient pattern.final class
TheLinearGradientPaint
class provides a way to fill aShape
with a linear color gradient pattern.class
This is the superclass for Paints which use a multiple color gradient to fill in their raster.final class
TheRadialGradientPaint
class provides a way to fill a shape with a circular radial color gradient pattern.final class
A class to encapsulate symbolic colors representing the color of native GUI objects on a system.class
TheTexturePaint
class provides a way to fill aShape
with a texture that is specified as aBufferedImage
. -
Uses of Transparency in java.awt.image
Modifier and TypeClassDescriptionclass
TheBufferedImage
subclass describes anImage
with an accessible buffer of image data.class
TheColorModel
abstract class encapsulates the methods for translating a pixel value to color components (for example, red, green, and blue) and an alpha component.class
AColorModel
class that works with pixel values that represent color and alpha information as separate samples and that store each sample in a separate data element.class
TheDirectColorModel
class is aColorModel
class that works with pixel values that represent RGB color and alpha information as separate samples and that pack all samples for a single pixel into a single int, short, or byte quantity.class
TheIndexColorModel
class is aColorModel
class that works with pixel values consisting of a single sample that is an index into a fixed colormap in the default sRGB color space.class
ThePackedColorModel
class is an abstractColorModel
class that works with pixel values which represent color and alpha information as separate samples and which pack all samples for a single pixel into a single int, short, or byte quantity.class
VolatileImage is an image which can lose its contents at any time due to circumstances beyond the control of the application (e.g., situations caused by the operating system or by other applications). -
Uses of Transparency in javax.swing.plaf
Modifier and TypeClassDescriptionclass
A subclass of Color that implements UIResource.