public final class Dml3DEffectsRenderingMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ADVANCED
Rendering of an extended list of special effects including advanced 3D effects such as bevels, lighting and materials.
|
static int |
BASIC
A lightweight and stable rendering, based on the internal engine, but advanced effects such as lighting, materials and other additional effects are not displayed when using this mode.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String dml3DEffectsRenderingModeName) |
static java.lang.String |
getName(int dml3DEffectsRenderingMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int dml3DEffectsRenderingMode) |
public static final int BASIC
public static final int ADVANCED
BASIC mode if the rendering result is not acceptable. Please see documentation for details.public static final int length