public static enum SoShapeStyleElement.Flags extends java.lang.Enum<SoShapeStyleElement.Flags> implements IntegerValuedEnum
Enum Constant and Description |
---|
BBOX_BIT
BBOX_BIT.
|
DELAY_TRANSP_BIT
DELAY_TRANSP_BIT.
|
INVISIBLE_BIT
INVISIBLE_BIT.
|
Modifier and Type | Method and Description |
---|---|
static SoShapeStyleElement.Flags |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoShapeStyleElement.Flags |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoShapeStyleElement.Flags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoShapeStyleElement.Flags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoShapeStyleElement.Flags INVISIBLE_BIT
public static final SoShapeStyleElement.Flags BBOX_BIT
public static final SoShapeStyleElement.Flags DELAY_TRANSP_BIT
public static SoShapeStyleElement.Flags[] values()
for (SoShapeStyleElement.Flags c : SoShapeStyleElement.Flags.values()) System.out.println(c);
public static SoShapeStyleElement.Flags 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 null@Deprecated public static SoShapeStyleElement.Flags fromValue(int val)
valueOf(int)
instead.public static SoShapeStyleElement.Flags valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com