public static enum SoAnnoText3RenderPrintElement.RenderPrintTypes extends java.lang.Enum<SoAnnoText3RenderPrintElement.RenderPrintTypes> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
RENDER2D_PRINT_RASTER
Render 2D print raster.
|
RENDER3D_PRINT_RASTER
Render 3D print raster.
|
RENDER3D_PRINT_VECTOR
Render 3D print vector.
|
| Modifier and Type | Method and Description |
|---|---|
static SoAnnoText3RenderPrintElement.RenderPrintTypes |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoAnnoText3RenderPrintElement.RenderPrintTypes |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoAnnoText3RenderPrintElement.RenderPrintTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoAnnoText3RenderPrintElement.RenderPrintTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoAnnoText3RenderPrintElement.RenderPrintTypes RENDER3D_PRINT_VECTOR
public static final SoAnnoText3RenderPrintElement.RenderPrintTypes RENDER3D_PRINT_RASTER
public static final SoAnnoText3RenderPrintElement.RenderPrintTypes RENDER2D_PRINT_RASTER
public static SoAnnoText3RenderPrintElement.RenderPrintTypes[] values()
for (SoAnnoText3RenderPrintElement.RenderPrintTypes c : SoAnnoText3RenderPrintElement.RenderPrintTypes.values()) System.out.println(c);
public static SoAnnoText3RenderPrintElement.RenderPrintTypes 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 SoAnnoText3RenderPrintElement.RenderPrintTypes fromValue(int val)
valueOf(int) instead.public static SoAnnoText3RenderPrintElement.RenderPrintTypes valueOf(int val)
public int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com