列挙クラス XlIndexColor
- すべての実装されたインタフェース:
Serializable
,Comparable<XlIndexColor>
,Constable
XlIndexColor列挙体
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
列挙型定数の概要
列挙型定数説明ARGB(00000000)ARGB(00008000)ARGB(00000080)ARGB(00808000)ARGB(00800080)ARGB(00008080)ARGB(00C0C0C0)ARGB(00808080)ARGB(009999FF)ARGB(00993366)ARGB(00FFFFCC)ARGB(00FFFFFF)ARGB(00CCFFFF)ARGB(00660066)ARGB(00FF8080)ARGB(000066CC)ARGB(00CCCCFF)ARGB(00000080)ARGB(00FF00FF)ARGB(0000FFFF)ARGB(00800080)ARGB(00800080)ARGB(00FF0000)ARGB(00800000)ARGB(00008080)ARGB(000000FF)ARGB(0000CCFF)ARGB(00CCFFFF)ARGB(00CCFFCC)ARGB(00FFFF99)ARGB(0099CCFF)ARGB(00FF99CC)ARGB(00CC99FF)ARGB(0000FF00)ARGB(00FFCC99)ARGB(003366FF)ARGB(0033CCCC)ARGB(0099CC00)ARGB(00FFCC00)ARGB(00FF9900)ARGB(00FF6600)ARGB(00666699)ARGB(00969696)ARGB(00003366)ARGB(000000FF)ARGB(00339966)ARGB(00003300)ARGB(00993300)ARGB(00333300)ARGB(00993366)ARGB(00333399)ARGB(00333333)ARGB(00FFFF00)ARGB(00FF00FF)ARGB(0000FFFF)ARGB(00800000)自動設定ARGB(00000000)ARGB(000000FF)ARGB(0000FFFF)ARGB(0000FF00)ARGB(00FF00FF)色なしARGB(00FF0000)ARGB(00FFFFFF)ARGB(00FFFF00) -
メソッドの概要
修飾子とタイプメソッド説明int
getCode()
static XlIndexColor
valueOf
(int code) このクラスの列挙型定数を指定した名前で返します。static XlIndexColor
このクラスの列挙型定数を指定した名前で返します。static XlIndexColor[]
values()
この列挙クラスの定数を含む配列を宣言されている順序で 返します。クラスから継承されたメソッド java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
列挙型定数の詳細
-
ColorIndexAutomatic
自動設定 -
ColorIndexNone
色なし -
ColorIndexBlack
ARGB(00000000) -
ColorIndexWhite
ARGB(00FFFFFF) -
ColorIndexRed
ARGB(00FF0000) -
ColorIndexGreen
ARGB(0000FF00) -
ColorIndexBlue
ARGB(000000FF) -
ColorIndexYellow
ARGB(00FFFF00) -
ColorIndexMagenta
ARGB(00FF00FF) -
ColorIndexCyan
ARGB(0000FFFF) -
ColorIndex1
ARGB(00000000) -
ColorIndex2
ARGB(00FFFFFF) -
ColorIndex3
ARGB(00FF0000) -
ColorIndex4
ARGB(0000FF00) -
ColorIndex5
ARGB(000000FF) -
ColorIndex6
ARGB(00FFFF00) -
ColorIndex7
ARGB(00FF00FF) -
ColorIndex8
ARGB(0000FFFF) -
ColorIndex9
ARGB(00800000) -
ColorIndex10
ARGB(00008000) -
ColorIndex11
ARGB(00000080) -
ColorIndex12
ARGB(00808000) -
ColorIndex13
ARGB(00800080) -
ColorIndex14
ARGB(00008080) -
ColorIndex15
ARGB(00C0C0C0) -
ColorIndex16
ARGB(00808080) -
ColorIndex17
ARGB(009999FF) -
ColorIndex18
ARGB(00993366) -
ColorIndex19
ARGB(00FFFFCC) -
ColorIndex20
ARGB(00CCFFFF) -
ColorIndex21
ARGB(00660066) -
ColorIndex22
ARGB(00FF8080) -
ColorIndex23
ARGB(000066CC) -
ColorIndex24
ARGB(00CCCCFF) -
ColorIndex25
ARGB(00000080) -
ColorIndex26
ARGB(00FF00FF) -
ColorIndex27
ARGB(0000FFFF) -
ColorIndex28
ARGB(00800080) -
ColorIndex29
ARGB(00800080) -
ColorIndex30
ARGB(00800000) -
ColorIndex31
ARGB(00008080) -
ColorIndex32
ARGB(000000FF) -
ColorIndex33
ARGB(0000CCFF) -
ColorIndex34
ARGB(00CCFFFF) -
ColorIndex35
ARGB(00CCFFCC) -
ColorIndex36
ARGB(00FFFF99) -
ColorIndex37
ARGB(0099CCFF) -
ColorIndex38
ARGB(00FF99CC) -
ColorIndex39
ARGB(00CC99FF) -
ColorIndex40
ARGB(00FFCC99) -
ColorIndex41
ARGB(003366FF) -
ColorIndex42
ARGB(0033CCCC) -
ColorIndex43
ARGB(0099CC00) -
ColorIndex44
ARGB(00FFCC00) -
ColorIndex45
ARGB(00FF9900) -
ColorIndex46
ARGB(00FF6600) -
ColorIndex47
ARGB(00666699) -
ColorIndex48
ARGB(00969696) -
ColorIndex49
ARGB(00003366) -
ColorIndex50
ARGB(00339966) -
ColorIndex51
ARGB(00003300) -
ColorIndex52
ARGB(00993300) -
ColorIndex53
ARGB(00333300) -
ColorIndex54
ARGB(00993366) -
ColorIndex55
ARGB(00333399) -
ColorIndex56
ARGB(00333333)
-
-
メソッドの詳細
-
values
この列挙クラスの定数を含む配列を宣言されている順序で 返します。- 戻り値:
- この列挙クラスの定数を宣言されている順序で含む配列
-
valueOf
このクラスの列挙型定数を指定した名前で返します。 文字列は、このクラスの列挙型定数の宣言に使用された識別子と正確に 一致する必要があります。(余分な空白文字は使用 できません。)- パラメータ:
name
- 返される列挙型定数の名前。- 戻り値:
- 指定した名前の列挙型定数
- 例外:
IllegalArgumentException
- この列挙クラスに、指定した名前の定数がない場合NullPointerException
- 引数がnullの場合
-
getCode
public int getCode() -
valueOf
このクラスの列挙型定数を指定した名前で返します。 文字列は、このクラスの列挙型定数の宣言に使用された識別子と正確に 一致する必要があります。(余分な空白文字は使用 できません。)- パラメータ:
code
- 返される列挙型定数の名前。- 戻り値:
- 指定した名前の列挙型定数
- 例外:
IllegalArgumentException
- この列挙クラスに、指定した名前の定数がない場合NullPointerException
- 引数がnullの場合
-