|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--md3.md3model.MD3ModelVisitor | +--md3.md3view.MD3GLModelVisitor
Abstract superclass of all classes that represent objects that can visit MD3GLModel objects. This class extends the normal MD3ModelVisitor to alow it to only visit MD3GLModel objects that contain OpenGL specific state.
Constructor Summary | |
MD3GLModelVisitor()
|
Method Summary | |
abstract void |
visit(MD3GLModel model)
Visit a MD3GLModel object. |
void |
visit(MD3Model model)
Visit a MD3Model object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MD3GLModelVisitor()
Method Detail |
public abstract void visit(MD3GLModel model)
Visit a MD3GLModel object.
model
- The object to visit.public void visit(MD3Model model)
Visit a MD3Model object.
model
- The object to visit.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |