|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 列舉常數 | 欄位 | 方法 | 詳細資訊: 列舉常數 | 欄位 | 方法 | |||||||||
java.lang.Objectjava.lang.Enum<MultipleGradientPaint.CycleMethod>
java.awt.MultipleGradientPaint.CycleMethod
public static enum MultipleGradientPaint.CycleMethod
在漸變邊界以外進行繪製時使用的方法。
| 列舉常數摘要 | |
|---|---|
NO_CYCLE
使用最終顏色填充剩餘的區域。 |
|
REFLECT
按照從頭到尾、從尾到頭的順序循環漸變顏色,填充剩餘區域。 |
|
REPEAT
按照從頭到尾、從頭到尾的順序循環漸變顏色,填充剩餘區域。 |
|
| 方法摘要 | |
|---|---|
static MultipleGradientPaint.CycleMethod |
valueOf(String name)
返回帶有指定名稱的該型別的列舉常數。 |
static MultipleGradientPaint.CycleMethod[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| 從類別 java.lang.Enum 繼承的方法 |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| 從類別 java.lang.Object 繼承的方法 |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| 列舉常數詳細資訊 |
|---|
public static final MultipleGradientPaint.CycleMethod NO_CYCLE
public static final MultipleGradientPaint.CycleMethod REFLECT
public static final MultipleGradientPaint.CycleMethod REPEAT
| 方法詳細資訊 |
|---|
public static final MultipleGradientPaint.CycleMethod[] values()
for(MultipleGradientPaint.CycleMethod c : MultipleGradientPaint.CycleMethod.values())
System.out.println(c);
public static MultipleGradientPaint.CycleMethod valueOf(String name)
指定要返回的列舉常數的名稱。 -
如果該列舉型別沒有帶有指定名稱的常數, - 則拋出 IllegalArgumentException
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 列舉常數 | 欄位 | 方法 | 詳細資訊: 列舉常數 | 欄位 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。