Annotation Interface AwtAlphaCompositingRule
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf(FenumTop.class)
public @interface AwtAlphaCompositingRule
Basic alpha compositing rules for combining source and destination colors to achieve blending and
transparency effects with graphics and images (see
AlphaComposite
for more
details).- See Also:
- See the Checker Framework Manual:
- Fake Enum Checker