javax.media.jai.operator
Class CompositeDestAlpha
java.lang.Object
|
+--javax.media.jai.EnumeratedParameter
|
+--javax.media.jai.operator.CompositeDestAlpha
- All Implemented Interfaces:
- Serializable
- public final class CompositeDestAlpha
- extends EnumeratedParameter
Class used to represent the acceptable values of the "destAlpha"
parameter of the "Composite" operation. Acceptable values for the
"destAlpha" parameter are defined in the CompositeDescriptor
by the constants NO_DESTINATION_ALPHA
,
DESTINATION_ALPHA_FIRST
, and
DESTINATION_ALPHA_LAST
.
- Since:
- JAI 1.1
- See Also:
- Serialized Form