Uses of Interface
java.awt.Transparency

Packages that use Transparency
java.awt   
 

Uses of Transparency in java.awt
 

Subinterfaces of Transparency in java.awt
 interface Paint
          This Paint interface defines how color patterns can be generated for Graphics2D operations.
 

Classes in java.awt that implement Transparency
 class Color
          A class to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace.
 class GradientPaint
          The GradientPaint class provides a way to fill a Shape with a linear color gradient pattern.
 class SystemColor
          A class to encapsulate symbolic colors representing the color of GUI objects on a system.
 class TexturePaint
          The TexturePaint class provides a way to fill a Shape with a texture that is specified as a BufferedImage.