|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TexCoordGeneration.CoordMode>
org.xith3d.scenegraph.TexCoordGeneration.CoordMode
public static enum TexCoordGeneration.CoordMode
| Enum Constant Summary | |
|---|---|
TEXTURE_COORDINATES_1
Generates 1D texture coordinates (S). |
|
TEXTURE_COORDINATES_2
Generates 2D texture coordinates (S and T). |
|
TEXTURE_COORDINATES_3
Generates 3D texture coordinates (S, T and R). |
|
TEXTURE_COORDINATES_4
Generates 4D texture coordinates (S, T, R and Q). |
|
| Method Summary | |
|---|---|
int |
getBitMask()
|
static TexCoordGeneration.CoordMode |
getFromNumber(int number)
|
int |
getNumTUs()
|
static TexCoordGeneration.CoordMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TexCoordGeneration.CoordMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TexCoordGeneration.CoordMode TEXTURE_COORDINATES_1
public static final TexCoordGeneration.CoordMode TEXTURE_COORDINATES_2
public static final TexCoordGeneration.CoordMode TEXTURE_COORDINATES_3
public static final TexCoordGeneration.CoordMode TEXTURE_COORDINATES_4
| Method Detail |
|---|
public static TexCoordGeneration.CoordMode[] values()
for (TexCoordGeneration.CoordMode c : TexCoordGeneration.CoordMode.values()) System.out.println(c);
public static TexCoordGeneration.CoordMode 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 name
java.lang.NullPointerException - if the argument is nullpublic final int getNumTUs()
public final int getBitMask()
public static TexCoordGeneration.CoordMode getFromNumber(int number)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||