public enum CatRenderingMode extends java.lang.Enum<CatRenderingMode>
Modifier and Type | Method and Description |
---|---|
static CatRenderingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatRenderingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatRenderingMode catRenderShading
public static final CatRenderingMode catRenderShadingWithEdges
public static final CatRenderingMode catRenderWireFrame
public static final CatRenderingMode catRenderHiddenLinesRemoval
public static final CatRenderingMode catRenderQuickHiddenLinesRemoval
public static final CatRenderingMode catRenderMaterial
public static final CatRenderingMode catRenderMaterialWithEdges
public static final CatRenderingMode catRenderShadingWithEdgesAndHiddenEdges
public static final CatRenderingMode catRenderShadingWithEdgesWithoutSmoothEdges
public static final CatRenderingMode catRenderWireFrameWithoutSmoothEdgesWithoutVertices
public static final CatRenderingMode catRenderWireFrameWithHalfSmoothEdgesWithoutVertices
public static final CatRenderingMode catRenderShadingWithEdgesWithOutlines
public static final CatRenderingMode catRenderQuickHiddenLinesRemovalWithoutVertices
public static final CatRenderingMode catRenderQuickHiddenLinesRemovalWithHiddenEdgesWithOutlines
public static final CatRenderingMode catRenderQuickHiddenLinesRemovalWithHiddenEdgesWithOutlinesWithoutVertices
public static final CatRenderingMode catRenderWireFrameWithHalfSmoothEdgeWithOutlinesWithoutVertices
public static final CatRenderingMode catRenderWireFrameWithOutlinesWithoutSmoothEdgesWithoutVertices
public static final CatRenderingMode catRenderQuickHiddenLinesRemovalWithHiddenEdgesWithoutSmoothEdgesWithoutVertices
public static final CatRenderingMode catRenderQuickHiddenLinesRemovalWithHiddenEdgesWithHalfSmoothEdgeWithoutVertices
public static final CatRenderingMode catRenderQuickHiddenLinesRemovalWithoutSmoothEdgesWithoutVertices
public static final CatRenderingMode catRenderQuickHiddenLinesRemovalWithHalfSmoothEdgeWithoutVertices
public static final CatRenderingMode catRenderShadingWithEdgesWithHalfSmoothEdgeWithoutVertices
public static final CatRenderingMode catRenderShadingWithEdgesWithHalfSmoothEdge
public static CatRenderingMode[] values()
for (CatRenderingMode c : CatRenderingMode.values()) System.out.println(c);
public static CatRenderingMode 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