Uses of Class
de.jreality.scene.proxy.ProxyFactory

Packages that use ProxyFactory
de.jreality.scene.proxy Package to create arbitrary mirroring structures for a scene graph. 
de.jreality.scene.proxy.tree Package to create arbitrary mirrors of a scene graph's tree structure. 
 

Uses of ProxyFactory in de.jreality.scene.proxy
 

Methods in de.jreality.scene.proxy that return ProxyFactory
 ProxyFactory SceneProxyBuilder.getProxyFactory()
           
 

Methods in de.jreality.scene.proxy with parameters of type ProxyFactory
 void SceneProxyBuilder.setProxyFactory(ProxyFactory factory)
           
 

Uses of ProxyFactory in de.jreality.scene.proxy.tree
 

Methods in de.jreality.scene.proxy.tree with parameters of type ProxyFactory
 void ProxyTreeFactory.setProxyFactory(ProxyFactory pf)