de.jreality.reader
Class ReaderFE
java.lang.Object
de.jreality.reader.AbstractReader
de.jreality.reader.ReaderFE
- All Implemented Interfaces:
- SceneReader
public class ReaderFE
- extends AbstractReader
simple reader for the Evolver FE file format.
- Author:
- weissman
Method Summary |
void |
setInput(Input input)
set the input to read the scene from |
ReaderFE
public ReaderFE()
setInput
public void setInput(Input input)
throws IOException
- Description copied from interface:
SceneReader
- set the input to read the scene from
- Specified by:
setInput
in interface SceneReader
- Overrides:
setInput
in class AbstractReader
- Parameters:
input
- the Input of the resource to read.
- Throws:
IOException