Uses of Interface
java.awt.Composite
-
Packages that use Composite 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。 -
-
Uses of Composite in java.awt
Classes in java.awt that implement Composite Modifier and Type Class 描述 classAlphaCompositeAlphaComposite类实现了基本的alpha合成规则,用于组合源和目标颜色,以实现图形和图像的混合和透明效果。Methods in java.awt that return Composite Modifier and Type 方法 描述 abstract CompositeGraphics2D. getComposite()返回当前Composite在Graphics2D环境。Methods in java.awt with parameters of type Composite Modifier and Type 方法 描述 abstract voidGraphics2D. setComposite(Composite comp)设置Composite为Graphics2D的上下文。
-