public static enum RenderProps.Props extends java.lang.Enum<RenderProps.Props>
Enum Constant and Description |
---|
Alpha |
Ambience |
BackColor |
BumpMapProps |
ColorMapProps |
DrawEdges |
EdgeColor |
EdgeWidth |
FaceColor |
FaceStyle |
LineColor |
LineRadius |
LineSlices |
LineStyle |
LineWidth |
NormalMapProps |
PointColor |
PointRadius |
PointSize |
PointSlices |
PointStyle |
Shading |
Shininess |
Visible |
zOrder |
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 Ambience
public static final RenderProps.Props FaceStyle
public static final RenderProps.Props FaceColor
public static final RenderProps.Props BackColor
public static final RenderProps.Props DrawEdges
public static final RenderProps.Props EdgeColor
public static final RenderProps.Props EdgeWidth
public static final RenderProps.Props ColorMapProps
public static final RenderProps.Props NormalMapProps
public static final RenderProps.Props BumpMapProps
public static final RenderProps.Props LineStyle
public static final RenderProps.Props LineColor
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 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