public static enum ImageExportParamConstants.renderingValues extends java.lang.Enum<ImageExportParamConstants.renderingValues>
Enum Constant and Description |
---|
ballstick |
spacefill |
sticks |
wireframe |
Modifier and Type | Method and Description |
---|---|
static ImageExportParamConstants.renderingValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageExportParamConstants.renderingValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageExportParamConstants.renderingValues wireframe
public static final ImageExportParamConstants.renderingValues sticks
public static final ImageExportParamConstants.renderingValues ballstick
public static final ImageExportParamConstants.renderingValues spacefill
public static ImageExportParamConstants.renderingValues[] values()
for (ImageExportParamConstants.renderingValues c : ImageExportParamConstants.renderingValues.values()) System.out.println(c);
public static ImageExportParamConstants.renderingValues 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