パッケージ | 説明 |
---|---|
java.awt |
ユーザーインタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。
|
修飾子と型 | フィールドと説明 |
---|---|
static AlphaComposite |
AlphaComposite.Clear
アルファが 1.0f で不透明 CLEAR 規則を実装する
AlphaComposite オブジェクト。 |
static AlphaComposite |
AlphaComposite.Dst
アルファが 1.0f で不透明 DST 規則を実装する
AlphaComposite オブジェクト。 |
static AlphaComposite |
AlphaComposite.DstAtop
アルファが 1.0f で不透明 DST_ATOP 規則を実装する
AlphaComposite オブジェクト。 |
static AlphaComposite |
AlphaComposite.DstIn
アルファが 1.0f で不透明 DST_IN 規則を実装する
AlphaComposite オブジェクト。 |
static AlphaComposite |
AlphaComposite.DstOut
アルファが 1.0f で不透明 DST_OUT 規則を実装する
AlphaComposite オブジェクト。 |
static AlphaComposite |
AlphaComposite.DstOver
アルファが 1.0f で不透明 DST_OVER 規則を実装する
AlphaComposite オブジェクト。 |
static AlphaComposite |
AlphaComposite.Src
アルファが 1.0f で不透明 SRC 規則を実装する
AlphaComposite オブジェクト。 |
static AlphaComposite |
AlphaComposite.SrcAtop
アルファが 1.0f で不透明 SRC_ATOP 規則を実装する
AlphaComposite オブジェクト。 |
static AlphaComposite |
AlphaComposite.SrcIn
アルファが 1.0f で不透明 SRC_IN 規則を実装する
AlphaComposite オブジェクト。 |
static AlphaComposite |
AlphaComposite.SrcOut
アルファが 1.0f で不透明 SRC_OUT 規則を実装する
AlphaComposite オブジェクト。 |
static AlphaComposite |
AlphaComposite.SrcOver
アルファが 1.0f で不透明 SRC_OVER 規則を実装する
AlphaComposite オブジェクト。 |
static AlphaComposite |
AlphaComposite.Xor
アルファが 1.0f で不透明 XOR 規則を実装する
AlphaComposite オブジェクト。 |
修飾子と型 | メソッドと説明 |
---|---|
AlphaComposite |
AlphaComposite.derive(float alpha)
指定されたアルファ値を使用する類似の
AlphaComposite オブジェクトを返します。 |
AlphaComposite |
AlphaComposite.derive(int rule)
指定された合成規則を使用する類似の
AlphaComposite オブジェクトを返します。 |
static AlphaComposite |
AlphaComposite.getInstance(int rule)
指定された規則を使用して
AlphaComposite オブジェクトを作成します。 |
static AlphaComposite |
AlphaComposite.getInstance(int rule, float alpha)
指定された規則と、定数アルファとソースのアルファの積を使用して
AlphaComposite オブジェクトを作成します。 |
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.