de.jreality.scene.proxy
Class ProxyFactory
java.lang.Object
de.jreality.scene.SceneGraphVisitor
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.
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 |
ProxyFactory
public ProxyFactory()
getProxy
public Object getProxy()
- Return the most recent created proxy.