|
j3d.org Code | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Extension of the Sun Loader definition interface that provides extra
methods for loading InputStream.
| Field Summary |
| Fields inherited from interface com.sun.j3d.loaders.Loader |
LOAD_ALL, LOAD_BACKGROUND_NODES, LOAD_BEHAVIOR_NODES, LOAD_FOG_NODES, LOAD_LIGHT_NODES, LOAD_SOUND_NODES, LOAD_VIEW_GROUPS |
| Method Summary | |
com.sun.j3d.loaders.Scene |
load(java.io.InputStream is)
This method loads the InputStream and returns the Scene containing the scene. |
| Methods inherited from interface com.sun.j3d.loaders.Loader |
getBasePath, getBaseUrl, getFlags, load, load, load, setBasePath, setBaseUrl, setFlags |
| Method Detail |
public com.sun.j3d.loaders.Scene load(java.io.InputStream is)
throws java.io.IOException,
com.sun.j3d.loaders.IncorrectFormatException,
com.sun.j3d.loaders.ParsingErrorException
is - The stream to read the file data from
java.io.IOException - An I/O error while reading the data
com.sun.j3d.loaders.IncorrectFormatException - The file format is not of this type
com.sun.j3d.loaders.ParsingErrorException - Syntax and/or semantic parsing problems
|
j3d.org Code | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||