public static enum SoTextProperty.StyleColorType extends java.lang.Enum<SoTextProperty.StyleColorType> implements IntegerValuedEnum
styleColors
field.Enum Constant and Description |
---|
BACK_FRAME_COLOR
BACK_FRAME_COLOR.
|
BACK_FRAME_LINE_COLOR
BACK_FRAME_LINE_COLOR.
|
DOUBLE_STRIKETHROUGH_COLOR
DOUBLE_STRIKETHROUGH_COLOR.
|
NUM_EFFECTS_COLORS
NUM_EFFECTS_COLORS.
|
OVERLINE_COLOR
OVERLINE_COLOR.
|
STRIKETHROUGH_COLOR
STRIKETHROUGH_COLOR.
|
UNDERLINE_COLOR
UNDERLINE_COLOR.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static SoTextProperty.StyleColorType |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoTextProperty.StyleColorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoTextProperty.StyleColorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoTextProperty.StyleColorType UNDERLINE_COLOR
public static final SoTextProperty.StyleColorType STRIKETHROUGH_COLOR
public static final SoTextProperty.StyleColorType DOUBLE_STRIKETHROUGH_COLOR
public static final SoTextProperty.StyleColorType BACK_FRAME_COLOR
public static final SoTextProperty.StyleColorType BACK_FRAME_LINE_COLOR
public static final SoTextProperty.StyleColorType OVERLINE_COLOR
public static final SoTextProperty.StyleColorType NUM_EFFECTS_COLORS
public static SoTextProperty.StyleColorType[] values()
for (SoTextProperty.StyleColorType c : SoTextProperty.StyleColorType.values()) System.out.println(c);
public static SoTextProperty.StyleColorType 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 static SoTextProperty.StyleColorType valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com