|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sygem.jazz3d3.loader.Loader
Abstract base class for all object loaders.
Model3d
,
LoadFactory
Constructor Summary | |
Loader()
Default constructor. |
Method Summary | |
void |
closeFile()
Closes the current input stream. |
Decompressor |
getDecompressor()
Returns the current decompressor from this model Loader. |
java.util.StringTokenizer |
getLine()
Read a whole line from the current input stream. |
java.lang.String |
getLineAsString()
Read a whole line from the current input stream. |
Object3d |
getParent()
Returns the object stored using setParent. |
abstract void |
load(java.lang.String filename,
Model3d obj)
Begins the loading process. |
void |
setDecompressor(Decompressor newD)
Assign a decompressor to this model Loader. |
void |
setParent(Object3d newP)
Sets the object that the loader is to create vertices & faces on. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Loader()
Method Detail |
public final void closeFile()
public Decompressor getDecompressor()
Decompressor
public final java.util.StringTokenizer getLine()
public final java.lang.String getLineAsString()
public Object3d getParent()
public abstract void load(java.lang.String filename, Model3d obj)
public void setDecompressor(Decompressor newD)
Decompressor
public void setParent(Object3d newP)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |