de.jreality.scene.proxy
Class ProxyFactory

java.lang.Object
  extended by de.jreality.scene.SceneGraphVisitor
      extended by de.jreality.scene.proxy.ProxyFactory

public class ProxyFactory
extends SceneGraphVisitor

Factory for proxy objects. The scene proxy builder will call the visit method exactly one time for each sg component encountered. The created proxy object will queried through the getProxy method after each call. Implementations of this class do not need to implement any kind of history caching or such-alike.


Constructor Summary
ProxyFactory()
           
 
Method Summary
 Object getProxy()
          Return the most recent created proxy.
 
Methods inherited from class de.jreality.scene.SceneGraphVisitor
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyFactory

public ProxyFactory()
Method Detail

getProxy

public Object getProxy()
Return the most recent created proxy.