public static enum CaretVisualAttributes.Weight extends java.lang.Enum<CaretVisualAttributes.Weight>
Modifier and Type | Method and Description |
---|---|
int |
getDelta() |
static CaretVisualAttributes.Weight |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CaretVisualAttributes.Weight[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CaretVisualAttributes.Weight THIN
public static final CaretVisualAttributes.Weight NORMAL
public static final CaretVisualAttributes.Weight HEAVY
public static CaretVisualAttributes.Weight[] values()
for (CaretVisualAttributes.Weight c : CaretVisualAttributes.Weight.values()) System.out.println(c);
public static CaretVisualAttributes.Weight valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getDelta()