| 软件包 | 描述 |
|---|---|
| java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
| Modifier and Type | Field and Description |
|---|---|
static AlphaComposite |
AlphaComposite.Clear
AlphaComposite对象实现不透明的明确规则与1.0fα。
|
static AlphaComposite |
AlphaComposite.Dst
AlphaComposite对象实现不透明的DST规则与1.0fα。
|
static AlphaComposite |
AlphaComposite.DstAtop
AlphaComposite对象实现不透明dst_atop法则与1.0fα。
|
static AlphaComposite |
AlphaComposite.DstIn
AlphaComposite对象实现不透明dst_in法则与1.0fα。
|
static AlphaComposite |
AlphaComposite.DstOut
AlphaComposite对象实现不透明dst_out法则与1.0fα。
|
static AlphaComposite |
AlphaComposite.DstOver
AlphaComposite对象实现不透明dst_over法则与1.0fα。
|
static AlphaComposite |
AlphaComposite.Src
AlphaComposite对象实现不透明的SRC法则与1.0fα。
|
static AlphaComposite |
AlphaComposite.SrcAtop
AlphaComposite对象实现不透明src_atop法则与1.0fα。
|
static AlphaComposite |
AlphaComposite.SrcIn
AlphaComposite对象实现不透明src_in法则与1.0fα。
|
static AlphaComposite |
AlphaComposite.SrcOut
AlphaComposite对象实现不透明src_out法则与1.0fα。
|
static AlphaComposite |
AlphaComposite.SrcOver
AlphaComposite对象实现不透明src_over法则与1.0fα。
|
static AlphaComposite |
AlphaComposite.Xor
AlphaComposite对象实现不透明异或规则与1.0fα。
|
| Modifier and Type | Method and Description |
|---|---|
AlphaComposite |
AlphaComposite.derive(float alpha)
返回一个类似
AlphaComposite对象使用指定的alpha值。
|
AlphaComposite |
AlphaComposite.derive(int rule)
返回一个类似
AlphaComposite对象使用指定的合成规则。
|
static AlphaComposite |
AlphaComposite.getInstance(int rule)
创建具有指定规则的一个
AlphaComposite对象。
|
static AlphaComposite |
AlphaComposite.getInstance(int rule, float alpha)
创建一个
AlphaComposite对象与指定的规则和乘法与源alpha常数α。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.