|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.awt.MultipleGradientPaint
public abstract class MultipleGradientPaint
ラスタで塗りつぶすために複数色のグラデーションを使用する Paints のスーパークラスです。LinearGradientPaint と RadialGradientPaint に共通の変数および列挙値の記憶域を提供します。
| 入れ子のクラスの概要 | |
|---|---|
static class |
MultipleGradientPaint.ColorSpaceType
グラデーション補間を実行するカラースペースです。 |
static class |
MultipleGradientPaint.CycleMethod
グラデーション境界の外部で描画するときに使用されるメソッドです。 |
| フィールドの概要 |
|---|
| インタフェース java.awt.Transparency から継承されたフィールド |
|---|
BITMASK, OPAQUE, TRANSLUCENT |
| メソッドの概要 | |
|---|---|
Color[] |
getColors()
このグラデーションで使用される色の配列のコピーを返します。 |
MultipleGradientPaint.ColorSpaceType |
getColorSpace()
補間に使用されるカラースペースを指定する列挙型を返します。 |
MultipleGradientPaint.CycleMethod |
getCycleMethod()
循環動作を指定する列挙型を返します。 |
float[] |
getFractions()
色分布を計算するためにこのグラデーションで使用される float 配列のコピーを返します。 |
AffineTransform |
getTransform()
グラデーションに適用される変換のコピーを返します。 |
int |
getTransparency()
この Paint オブジェクトの透明度モードを返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース java.awt.Paint から継承されたメソッド |
|---|
createContext |
| メソッドの詳細 |
|---|
public final float[] getFractions()
public final Color[] getColors()
public final MultipleGradientPaint.CycleMethod getCycleMethod()
public final MultipleGradientPaint.ColorSpaceType getColorSpace()
public final AffineTransform getTransform()
public final int getTransparency()
Transparency 内の getTransparencyTransparency
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。