|
Rings Version 0.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectthreeD.raytracer.util.EditableFactory
threeD.raytracer.textures.TextureFactory
The TextureFactory class provides static methods for constructing Texture objects.
| Field Summary | |
static int |
imageTexture
|
static int |
stripeTexture
|
| Constructor Summary | |
TextureFactory()
|
|
| Method Summary | |
Editable |
constructObject(int index)
Constructs a Shader object of the type specified by the integer index. |
java.lang.String[] |
getTypeNames()
Returns an array of String objects containing names for each type of Texture object this TextureFactory can construct. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int stripeTexture
public static final int imageTexture
| Constructor Detail |
public TextureFactory()
| Method Detail |
public java.lang.String[] getTypeNames()
getTypeNames in class EditableFactorypublic Editable constructObject(int index)
constructObject in class EditableFactoryjava.lang.IndexOutOfBoundsException - If the specified index is out of bounds.
|
Rings Version 0.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||