|
j3d.org Code | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.j3d.renderer.java3d.loaders.Ac3dLoader
Java 3D Loader implementation for AC3D files.
| Constructor Summary | |
Ac3dLoader()
Default constructor, which initializes the token handler. |
|
| Method Summary | |
java.lang.String |
getBasePath()
Accessor for the basePath property. |
java.net.URL |
getBaseUrl()
|
int |
getFlags()
Accessor for the flags property. |
com.sun.j3d.loaders.Scene |
load(java.io.Reader reader)
|
com.sun.j3d.loaders.Scene |
load(java.lang.String fileName)
|
com.sun.j3d.loaders.Scene |
load(java.net.URL url)
|
void |
setBasePath(java.lang.String basePath)
Mutator that sets the basePath property. |
void |
setBaseUrl(java.net.URL baseUrl)
|
void |
setFlags(int flags)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Ac3dLoader()
Default constructor, which initializes the token handler.
| Method Detail |
public com.sun.j3d.loaders.Scene load(java.lang.String fileName)
throws java.io.FileNotFoundException,
com.sun.j3d.loaders.IncorrectFormatException,
com.sun.j3d.loaders.ParsingErrorException
fileName -
java.io.FileNotFoundException
com.sun.j3d.loaders.IncorrectFormatException
ParsingException
com.sun.j3d.loaders.ParsingErrorException
public com.sun.j3d.loaders.Scene load(java.io.Reader reader)
throws java.io.FileNotFoundException,
com.sun.j3d.loaders.IncorrectFormatException,
com.sun.j3d.loaders.ParsingErrorException
reader -
java.io.FileNotFoundException
com.sun.j3d.loaders.IncorrectFormatException
ParsingException
com.sun.j3d.loaders.ParsingErrorException
public com.sun.j3d.loaders.Scene load(java.net.URL url)
throws java.io.FileNotFoundException,
com.sun.j3d.loaders.IncorrectFormatException,
com.sun.j3d.loaders.ParsingErrorException
url -
java.io.FileNotFoundException
com.sun.j3d.loaders.IncorrectFormatException
ParsingException
com.sun.j3d.loaders.ParsingErrorExceptionpublic void setFlags(int flags)
public int getFlags()
Accessor for the flags property.
flags property.public void setBaseUrl(java.net.URL baseUrl)
public java.net.URL getBaseUrl()
public void setBasePath(java.lang.String basePath)
basePath property.
basePath - The value to set the basePath property
to.public java.lang.String getBasePath()
basePath property.
basePath property.
|
j3d.org Code | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||