de.jreality.reader
Class ReaderJRS

java.lang.Object
  extended by de.jreality.reader.AbstractReader
      extended by de.jreality.reader.ReaderJRS
All Implemented Interfaces:
SceneReader

public class ReaderJRS
extends AbstractReader

A reader for the jReality proprietary XML format JRS.


Constructor Summary
ReaderJRS()
           
 
Method Summary
 JrScene getScene()
           
 void setInput(Input input)
          set the input to read the scene from
 
Methods inherited from class de.jreality.reader.AbstractReader
getComponent, read, read, read
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReaderJRS

public ReaderJRS()
Method Detail

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

getScene

public JrScene getScene()