public enum CatPrintRenderingMode extends java.lang.Enum<CatPrintRenderingMode>
Modifier and Type | Method and Description |
---|---|
static CatPrintRenderingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatPrintRenderingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatPrintRenderingMode catPrintRenderingModeDefault
public static final CatPrintRenderingMode catPrintRenderingModeWireframe
public static final CatPrintRenderingMode catPrintRenderingModeHiddenLineRemoval
public static final CatPrintRenderingMode catPrintRenderingModeShadingWithTriangles
public static final CatPrintRenderingMode catPrintRenderingModeDynamicHiddenLineRemoval
public static final CatPrintRenderingMode catPrintRenderingModeOnScreen
public static CatPrintRenderingMode[] values()
for (CatPrintRenderingMode c : CatPrintRenderingMode.values()) System.out.println(c);
public static CatPrintRenderingMode 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