public static enum IRhino3dm.TextureMapping.Type extends java.lang.Enum<IRhino3dm.TextureMapping.Type>
Enum Constant and Description |
---|
BoxMapping |
BrepMappingPrimitive |
CylinderMapping |
MeshMappingPrimitive |
NoMapping |
PlaneMapping |
SphereMapping |
SrfMappingPrimitive |
SrfpMapping |
Modifier and Type | Method and Description |
---|---|
static IRhino3dm.TextureMapping.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IRhino3dm.TextureMapping.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IRhino3dm.TextureMapping.Type NoMapping
public static final IRhino3dm.TextureMapping.Type SrfpMapping
public static final IRhino3dm.TextureMapping.Type PlaneMapping
public static final IRhino3dm.TextureMapping.Type CylinderMapping
public static final IRhino3dm.TextureMapping.Type SphereMapping
public static final IRhino3dm.TextureMapping.Type BoxMapping
public static final IRhino3dm.TextureMapping.Type MeshMappingPrimitive
public static final IRhino3dm.TextureMapping.Type SrfMappingPrimitive
public static final IRhino3dm.TextureMapping.Type BrepMappingPrimitive
public static IRhino3dm.TextureMapping.Type[] values()
for (IRhino3dm.TextureMapping.Type c : IRhino3dm.TextureMapping.Type.values()) System.out.println(c);
public static IRhino3dm.TextureMapping.Type 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