public static enum RenderProps.Props extends java.lang.Enum<RenderProps.Props>
Modifier and Type | Method and Description |
---|---|
static RenderProps.Props |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RenderProps.Props[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderProps.Props Visible
public static final RenderProps.Props Alpha
public static final RenderProps.Props zOrder
public static final RenderProps.Props Shading
public static final RenderProps.Props Shininess
public static final RenderProps.Props FaceStyle
public static final RenderProps.Props FaceColor
public static final RenderProps.Props FaceColorDiffuse
public static final RenderProps.Props FaceColorAmbient
public static final RenderProps.Props FaceColorSpecular
public static final RenderProps.Props FaceColorEmission
public static final RenderProps.Props BackColor
public static final RenderProps.Props BackColorDiffuse
public static final RenderProps.Props BackColorAmbient
public static final RenderProps.Props BackColorSpecular
public static final RenderProps.Props BackColorEmission
public static final RenderProps.Props DrawEdges
public static final RenderProps.Props EdgeColor
public static final RenderProps.Props EdgeWidth
public static final RenderProps.Props TextureProps
public static final RenderProps.Props LineStyle
public static final RenderProps.Props LineColor
public static final RenderProps.Props LineColorDiffuse
public static final RenderProps.Props LineColorAmbient
public static final RenderProps.Props LineColorSpecular
public static final RenderProps.Props LineColorEmission
public static final RenderProps.Props LineWidth
public static final RenderProps.Props LineRadius
public static final RenderProps.Props LineSlices
public static final RenderProps.Props PointStyle
public static final RenderProps.Props PointColor
public static final RenderProps.Props PointColorDiffuse
public static final RenderProps.Props PointColorAmbient
public static final RenderProps.Props PointColorSpecular
public static final RenderProps.Props PointColorEmission
public static final RenderProps.Props PointSize
public static final RenderProps.Props PointRadius
public static final RenderProps.Props PointSlices
public static RenderProps.Props[] values()
for (RenderProps.Props c : RenderProps.Props.values()) System.out.println(c);
public static RenderProps.Props 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