|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.ohiou.cs456_badabing.sceneapi.basic.ModelFileManager
public class ModelFileManager
Static Hashtable wrapper for ModelFiles associated by their names.
Description: static Hashtable wrapper for ModelFiles associated by their names.
Copyright: Lev A Neiman 2008
Company: Ohio University EECS
| Field Summary | |
|---|---|
static java.util.Hashtable<java.lang.String,ModelFile> |
models
static hashtable that relates String to ModelFile |
| Constructor Summary | |
|---|---|
ModelFileManager()
|
|
| Method Summary | |
|---|---|
static ModelFile |
getFile(java.lang.String name)
use this function to get a ModelFile loaded with file in name path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.util.Hashtable<java.lang.String,ModelFile> models
| Constructor Detail |
|---|
public ModelFileManager()
| Method Detail |
|---|
public static ModelFile getFile(java.lang.String name)
name - String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||