|
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
EditableFactory is the parent class for classes that can be used to construct Editable objects of some type.
| Constructor Summary | |
EditableFactory()
|
|
| Method Summary | |
abstract Editable |
constructObject(int index)
Constructs an Editable object of the type specified by the integer index. |
abstract java.lang.String[] |
getTypeNames()
Returns an array of String objects containing names for each type of Editable object this EditableFactory implementation can construct. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EditableFactory()
| Method Detail |
public abstract java.lang.String[] getTypeNames()
public abstract Editable constructObject(int index)
|
Rings Version 0.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||