public static enum FemModel.SurfaceRender extends java.lang.Enum<FemModel.SurfaceRender>
Enum Constant and Description |
---|
MAPStrain |
MAPStress |
None |
Shaded |
Strain |
Stress |
Modifier and Type | Method and Description |
---|---|
boolean |
usesStrain() |
boolean |
usesStress() |
boolean |
usesStressOrStrain() |
static FemModel.SurfaceRender |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FemModel.SurfaceRender[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FemModel.SurfaceRender None
public static final FemModel.SurfaceRender Shaded
public static final FemModel.SurfaceRender Stress
public static final FemModel.SurfaceRender Strain
public static final FemModel.SurfaceRender MAPStress
public static final FemModel.SurfaceRender MAPStrain
public static FemModel.SurfaceRender[] values()
for (FemModel.SurfaceRender c : FemModel.SurfaceRender.values()) System.out.println(c);
public static FemModel.SurfaceRender 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 nullpublic boolean usesStress()
public boolean usesStrain()
public boolean usesStressOrStrain()